1. Open Eclipse
  2. File->New->Project
  3. If not already selected, pick "Java Project" in the Java folder.
  4. Enter a project name (use CamelCase). Find the Project Layout section and select "Use project folder as root for sources and class files". Click Finish.
  5. Your new project should appear on the left hand side.
  6. Right click on your project, select new->package. Name the package the same as the project, but with all lower case letters.
  7. Right click this package, select new->class. Name the class the same as the project.