Reputation: 61
i have created my project in the c drive in a folder named DIW.
The folder has all the class file and source files.Now i want to import the entire project to eclipse and run it there,how should i do it?
I have searched on google for the same but did not get exact results,i hope to get some help from here.
Upvotes: 1
Views: 105
Reputation: 15758
Eclipse -> import select FileSystem
and your source
OR
Eclipse -> Create New Project -> Create from Existing Source
OR
If you have maven type mvn eclipse:eclipse , then import to Eclipse
Upvotes: 2