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.

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

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

Step 4: It will import the project in Eclipse IDE.
Step 5: Thank You.
Similar Posts
- How to host a website on GitHub
- How to view HTTP headers in Mozilla Firefox
- How to show and hide File extension in Windows 7?
- How to enable and disable JavaScript in Chrome?
- How to create backup in Windows 7?
- How to search Java, JSP file in Eclipse IDE?
- WAMP/XAMPP Server- .htaccess redirect rule not working on localhost
- Eclipse/STS – Optimize/Remove unused imports shortcut keys
- The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
- IntelliJ IDEA– Remove/Optimize unused imports shortcut keys