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
- Eclipse/STS – Optimize/Remove unused imports shortcut keys
- Eclipse/STS shortcut keys for Uppercase and Lowercase
- How to Remove php, html Extension from URL using htaccess
- IntelliJ IDEA- View all exit points of method
- IntelliJ IDEA – Find file containing text shortcut
- Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
- How to redirect from HTTP to HTTPS on Tomcat Server
- How to resize image dimension in Photoshop
- How to change default Author and Committer in Eclipse Git plugin?
- IntelliJ IDEA – Disable Method Chains Inlay Hints