- Open Eclipse
- File->New->Project
- If not already selected, pick "Java Project" in the Java folder.
- 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.
- Your new project should appear on the left hand side.
- Right click on your project, select new->package. Name the package the same as the project, but with all lower case letters.
- Right click this package, select new->class. Name the class the same as the project.