I downloaded the JDK6 from Sun's site. It compiles any other thing except if I use the printIn method. Below is the error message:
myprogram.java:3: cannot find symbol
symbol: method printIn(java.lang.String)
location: class java.io.PrintStream
System.out.printIn("my own string");
^
1 error
Pls can someone tell me what is wrong. I'm less than a month doing Java.
Thanks