I am looking to upload complete Java Project into eclipse, I was wondering if this is possible. Or if I have to create a project and then do it. Regardless im quite lost.
Asked
Active
Viewed 201 times
1 Answers
1
Yes, it's possible. One way is via File>Import.
If you're importing a directory of Java source code, first create a new project with File>New>Java Project. Then use File>Import, and choose the import wizard General>File System.
If you're importing an existing Eclipse project into your workspace, choose from the import wizard General>Existing Projects into Workspace. This is useful if you or someone else has already created the Eclipse project, and you're just adding it to your workspace.

Andy Thomas
- 84,978
- 11
- 107
- 151