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?

+3


source to share


7 replies


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

+4


source


You can go to the Eclipse Market and search for the Java EE Developer Tool. By clicking on it, you will be able to see if your web developer tool is selected or not. Choose this option and your problem will be resolved.



+1


source


In Eclipse Juno select File / New / Other, then enter jsp in the wizard box. Select jsp file or jsp tag and there you go. Hope it helps.

0


source


Check your way. Make sure it points to at least 1.6 Java version. Restart Eclipse. This fixed it for me.

0


source


If you've installed everything correctly and still don't show the JSP option when creating a new .jsp file, then click the website icon in the upper right corner of the eclipse. If it doesn't work, you need to install an updated version of eclipse.

0


source


Try installing Eclipse with Java EE developer. It should work.

0


source


I also faced the same problem; I have looked at the "Web, XML, Java EE ..." installation files available when downloading Kepler:enter image description here

and this led to the creation of the New -> 'JSP File context menu.

0


source







All Articles