Quantcast
Channel: The Crazy Programmer
Viewing all articles
Browse latest Browse all 761

How to Import Existing Project in Eclipse or MyEclipse

$
0
0

In this tutorial I have explained the step by step procedure to import existing project in Eclispe or MyEclipse. I have shown an example of importing web project in MyEclipse, the same will work for Eclipse also.

Also Read: Configure Notepad++ to Run C, C++ and Java Programs

How to Import Existing Project in Eclipse or MyEclipse

1. First of all open Eclipse or MyEclipse. Now go to File > Import…

How to Import Existing Project in Eclipse or MyEclipse

 

2. Select General > Existing Projects into Workspace. Then click Next button.

How to Import Existing Project in Eclipse or MyEclipse

 

3. Now choose Select root directory: option and then Browse to the location where the project is present. After that click on OK and then Finish button.

How to Import Existing Project in Eclipse or MyEclipse

 

4. Now you successful imported the project. To run the project just right click on project folder and then goto Run As option to run.

How to Import Existing Project in Eclipse or MyEclipse

 

If you are getting any problem then comment below. I will try to help you.

The post How to Import Existing Project in Eclipse or MyEclipse appeared first on The Crazy Programmer.


Viewing all articles
Browse latest Browse all 761

Trending Articles