Sumedha Vangury
Sumedha Vangury

Reputation: 61

Importing project to eclipse

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

Answers (3)

Maheshwaran K
Maheshwaran K

Reputation: 2072

File--> Import-->General-->Existing Projects into workspace

Upvotes: 0

RAj
RAj

Reputation: 38

Eclipse -> import -> General -> existing project into workspace

Upvotes: 0

TheWhiteRabbit
TheWhiteRabbit

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

Related Questions