Results 1 to 3 of 3
Thread: cannot find symbol, (java:5)
- 01-18-2012, 08:12 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 3
- Rep Power
- 0
cannot find symbol, (java:5)
I am new to Java programming, so I bought a book and have just written the first sample program as instructed, but I can't seem to get it to work. I have checked for my error, but I just don't see it. Now I have no idea what to do. Can anyone tell me what I have done incorrectly? Here is the info from the Comman/Prompt screen...
C:\Users\myjava>javac hello.java
hello.java:5: cannot find symbol
symbol : method printIn(java.lang.String)
location: class java.io.PrintStream
System.out.printIn("Hello World");
^
1 error
(Just noticed that the arrow is not showing where it should be. It's actually right under the "." after "System")Last edited by simco99; 01-18-2012 at 08:15 PM.
- 01-18-2012, 08:14 PM #2
Senior Member
- Join Date
- Oct 2010
- Location
- Germany
- Posts
- 780
- Rep Power
- 4
Re: cannot find symbol, (java:5)
System.out.printIn !=
System.out.println
small "L" ! print line !
- 01-18-2012, 08:26 PM #3
Member
- Join Date
- Jan 2012
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
TestPrintable.java:14: cannot find symbol
By hoangx87 in forum New To JavaReplies: 1Last Post: 03-24-2011, 12:51 AM -
Java cannot find symbol- variable img
By crutchfieldj in forum New To JavaReplies: 3Last Post: 04-13-2010, 10:47 PM -
java:34:cannot find symbol
By MissyMadi in forum New To JavaReplies: 5Last Post: 11-09-2008, 06:53 PM -
cannot find symbol symbol :constructor Error. Please help! =(
By KalEl in forum New To JavaReplies: 9Last Post: 10-18-2008, 08:26 PM -
cannot find symbol symbol : class Item location: package platypos.services.order
By officialhopsof in forum New To JavaReplies: 3Last Post: 05-01-2008, 08:30 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks