beginnersbook.com

  • Home
  • All Tutorials
    • Learn Servlet
    • Learn JSP
    • Learn JSTL
    • Learn C
    • Learn C++
    • Learn MongoDB
    • Learn XML
    • Learn Python
    • Learn Perl
    • Learn Kotlin
  • Core Java
  • OOPs
  • Collections
  • Java I/O
  • JSON
  • DBMS

How to fix Dynamic Web Project missing in Eclipse issue

By Chaitanya Singh | Filed Under: JSP tutorial

It is frustrating when you want to create your First JSP project in Eclipse and don’t find the “dynamic web project” option under project list. Well, in this tutorial, we will see step by step solution to this problem.

Step 1: Click on Help and then click on “Install New Software”.


Step 2: In Work with paste this link: http://download.eclipse.org/releases/mars

Please note that the link I have provided would work on Eclipse mars only so change the link according to your Eclipse version, for example for the Eclipse Kepler the link would be http://download.eclipse.org/releases/kepler

Step 3: Scroll down to find “Web, XML, Java EE and OSGI Enterprise Development” option and expand it.

Step 4: Select the following three options under “Web, XML, Java EE and OSGI Enterprise Development”

  • Eclipse Java EE Developer Tools
  • Eclipse Java Web Developer Tools
  • Eclipse Web Developer Tools


Step 5: Click next and you would see that the software are installing. Wait for some time and then a popup would ask your permission to restart the Eclipse. Restart it and you would find the dynamic web project option under project list.

Enjoyed this post? Try these related posts

  1. JSP Actions – Java Server Pages
  2. Jsp Implicit Objects
  3. How to configure Apache Tomcat Server in Eclipse IDE
  4. pageContext Implicit Object in JSP with examples
  5. JSP Expression Language (EL) – JSP Tutorial
  6. How to access body of Custom tags in JSP tutorial

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

JSP Tutorial

  • Basics of JSP
  • Life cycle of JSP
  • JSP in Eclipse IDE
  • Declaration tag
  • Expression tag
  • Scriptlets
  • Directives
  • Include Directive
  • Param Directive
  • Exception handling
  • Action tags
  • Include action
  • Forward action
  • useBean, setProperty & getProperty
  • Implicit Objects
  • Session implicit object
  • Validate session
  • Request implicit object
  • Response implicit object
  • Out implicit object
  • Application implicit object
  • Config implicit object
  • pageContext implicit object
  • Exception implicit object
  • Expression language
  • Custom Tags
  • Custom tag example
  • JSP Interview Q

Recently Added..

  • JSON Tutorial
  • Java Regular Expressions Tutorial
  • Java Enum Tutorial
  • Java Annotations Tutorial

Copyright © 2012 – 2021 BeginnersBook . Privacy Policy . Sitemap