Peter Pajamas

Greenhorn
+ Follow
since May 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Peter Pajamas

Hey everyone, Im a brand new java noob. I need to learn java, oracle, and dba in about 4 monthes. Im copying code using the Head First java book and some introductory stuff from the internet. When its time to compile I may get a few fixable errors except for the system.out.printIn on all of my .java files it looks like:

cannot find symbol
symbol: method printIn(java.lang.String)
location: class java io.PrintStream
System.out.printIn ("blahblahblah");
^
I'm using notepad as my text editor and Windows 7 with the JAVA_HOME and Path, both under system, pointing to the bin file. and my .java files are in a different directory(c:\javastuff). What am I doing wrong? Also if anyone can recommend any introductory level resources for the things i need to learn I would be interested, so I can start making the big bucks. Thank you
12 years ago