How to import Java Web Project in Eclipse


This tutorial will guide you in importing the existing Java dynamic web project in your Eclipse workspace. This is helpful for the fast development of work instead of creating a new project and copy all classes, jars, JSP, etc. file one by one.

In this tutorial, I have used the Eclipse Mars IDE.

 Download Simple Java Web Project for test- JavaWebProject.zip

Follow the below steps…

Step 1: Open your Eclipse IDE and go to File » Import.

How to import Java Web Project in Eclipse

Step 2: Search for Existing Projects into Workspace or go to General » Existing Project into Workspace » Next.

How to import Java Web Project in Eclipse

Step 3: Browse your Web Project from the root directory and click on Finish button.

How to import Java Web Project in Eclipse

Step 4: It will import the project in Eclipse IDE.

Step 5: Thank You.


Similar Posts

About the Author

Atul Rai
I love sharing my experiments and ideas with everyone by writing articles on the latest technological trends. Read all published posts by Atul Rai.