Eclipse Juno no JSP in dynamic web project (but everything else is fine)
Short question: when building a dynamic web project (1.6 jdk) I can see all file types to build, but there is no option for jsp. To add to this, when I check the file associations, there is no choice for the JSP editor.
Slightly longer version - I just want to edit JSP files, I have Juno EE version installed and it says the web tools framework is installed and everything is working fine.
However, when everything worked, there was no * .jsp in the file associations and there was no JSP editor in the list when added. This is out of the box Juno EE.
So I checked the installed plugins and it tells me that the web tools are installed, there is an icon and plugins loading. They are all listed in Java EE in the plugins / installations list. I even tried to install only "java site development tools" which is listed as "jsp tools", but when I do, "Eclipse Java Web Developer Tools" will be ignored because it is already installed. "However I can't uninstall it because it is part of the Java EE eclipse platform I have no other plugins to break this, however it took a while for all the settings to be good so I don't want to install it again.
So I tried to install the full WTP manually and it said some things were already installed, but it installed others. However, there is still no JSP editor. So why I tried a dynamic web project to see if I can create a JSP and it was not listed.
So a basic eclipse installation has absolutely everything (xml, html editor, java editor, all tools), but just not JSP.
My JDK is good as no dynamic web project is created unless you have a valid number of 1.6 or higher.
Can anyone please help?
source to share
You seem to be missing Eclipse web developer tools and Eclipse java web developer tools.
Help> Install New Software> http://download.eclipse.org/releases/juno , select the appropriate items under Web, XML, Java EE
Hope it helps
source to share