I just installed Eclipse.
The Eclipse created the \"workspace\" folder.
In this folder I created a \"game\" sub-folder (for my class
src is where Java IDEs (at least Eclipse and NetBeans) put the source files, it is pretty much standard, and the hierarchy of the folder inside it has to match your Java packages names.
src