I know the declaration is:
package name; (First line)
..rest of code
I've tried fiddling with the class path (spelt "classpath" , does case matter?) for both the system and user, and also compiled with a set class path, but didn't get it working. I'm using Notepad++, so I'm compiling in command prompt. ( I know IDEs are important and improve efficiency but I want to learn the bones of the language first and know the imports I'm dealing with rather than have it fill it in for me as I type).
So what am I doing wrong? I think it's something to do with the classpath so could someone give me a step by step for setting it up? Otherwise, am I missing something else?
Also, slightly related: Any tips for game programming in Java, besides don't do it (
Edited by camcd, 17 July 2012 - 12:38 AM.






