Create an Eclipse project with references to source files
You can create an Eclipse project and add references to the directory containing the source files.
To complete this task:
- Select Window > Show View > Other > Java > Package Explorer.
- Right-click inside the Package Explorer view and select New > Project.
- Enter a name for the new project and select Finish.
- In the Package Explorer view, right-click the new project and select Import.
- Expand the General folder node, select File System. Then, select Next.
- Select Browse.
- Locate and select the parent directory that contains the path shown in the Folder Path column in the Results view. Then, select OK. For example, if the Folder Path column shows a path of
org/apache/http/impl/io
, select the parent directory that contains theorg
folder. - Select the checkbox next to the name of the selected directory.
- Under Options, select Advanced.
- Select the Create links in workspace checkbox.
- Select the Create link locations relative to: PROJECT_LOC checkbox.
- select Finish.
- Confirm that the path to the files within the Project in Package Explorer matches the path in the Results view.