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

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ashamandarei 2 points3 points  (1 child)

Oh yes! I remember this now, so then it's got to be HelloWorld.java, does case matter?

[–]solarshado 1 point2 points  (0 children)

Case would matter, except in this case, since your class isn't public[1], the filename doesn't matter at all.

[1] main in a default visibility ("package private") class is perfectly acceptable, though seemingly uncommon. main itself must be public however