Paul Clements wrote:End of previous post should read:
"This would save the need to execute manual compiles/runs i.e. enter javac/java at the command prompt"
I think learning to compile and run (very) basic code from the command line has its advantages.
If nothing else it gives you a good idea of what Java expects the structure of the code (as in files and folders) needs to look like, as well as a better grasp of classpaths than you would get from an IDE.