error ."cannot find symbol"
I am just starting to learn Java. everytime I try to run this simple print out it says it cannot find symbol. It shows the symbol to be the period. how can this be. This is only 1 line how can it be a problem.
C:\Program Files\Java>jdk1.5.0_06\bin\javac Name.java
Name.java:9: cannot find symbol
symbol : method printin(java.lang.String)
location: class java.io.PrintStream
System.out.printin("Hankins, Randy");

