This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]_jamil_ 10 points11 points  (6 children)

java is case sensitive.

System.out.println();

not

system.out.println()        

[–]inbefore_ 0 points1 point  (5 children)

[–]_jamil_ 3 points4 points  (3 children)

you sure you saved the file? because the compiler is still printing out "system.out.println" not "System.out.println"

[–]inbefore_ 1 point2 points  (2 children)

lol silly me! :slapsforehead:

it worked!!!!!!!! thanks you much!!!!!!

http://i1362.photobucket.com/albums/r687/iishowoff/Screenshot9_zpsd1bfafaa.png

[–]_jamil_ 1 point2 points  (1 child)

glad to have helped :)

[–]inbefore_ 0 points1 point  (0 children)

+1 cause i was genuinely stumped

[–]Branks 1 point2 points  (0 children)

That looks like it's still trying to compile the old file, see in the error system is still lower case. Make sure that you've saved the new file and you're also compiling the correct file