How to Import a Package Into an Eclipse Project
- 1). Click the Windows "Start" button and type "eclipse.exe" in the menu search box. Press "Enter" to open the file's location.
- 2). Click the "File" menu item, then click "Import." An import wizard window opens. Click "General" to expand a list of options. Click "Existing Projects into Workspace" to indicate that you want to import an existing Java project.
- 3). Click "Next." In the next window, click the option labeled "Select archive file." Click the "Browse" button and point to the location of your project directory.
- 4). Click the "Select All" button to chose all of your project files and directories. Click "Finish" to import the project. The project files load in Eclipse and display in the left panel.