New to Java, problems compiling
I am extremely new to Java, as in 2nd chapter in the book and have a problem compiling anything with the same error message every time. The error is as follows:
cannot resolve symbol
symbol : method printIn (java.lang.String)
location : class java.io.Printstream
System.out.printIn("text");
^
Any help would be greatly appreciated,
Thanks
|