CSCI 161: Creating a Project in Eclipse
See "Lab_1a" and "Lab_1b" for more information on creating projects.
- Create a new project in Eclipse by selecting
"File->New->Project...", then select "Java Project" and click the
"Next" button.
- Enter the project name. Avoid using spaces, using
underscores instead.
- Check "Use project folder as root for sources and class files"
under "Project Layout".
- Click the "Finish" button. Unless you wish to import Java
source files (that, e.g., you transferred from another computer),
you are done.
- If you want to import existing files into the project,
right-click the newly-created project in the Package Explorer.
- Select "Import...", expand the General folder, and choose File
System. Click the "Next" button.
- For the "From directory", browse to the directory that
contains the files you wish to import.
- Check the folder name and only the ".java" files you wish to
import. Click "Finish".
Gary M. Zoppetti