I just installed Eclipse.
The Eclipse created the \"workspace\" folder.
In this folder I created a \"game\" sub-folder (for my class
The convention for Java is that your Java files are arranged by namespace under a 'src' directory. So if your application's namespace is com.example.myGame your Java files will be located thus src\com\example\myGame\MyClass.java.
com.example.myGame
src\com\example\myGame\MyClass.java