Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to add JSP files into Project

Here is a picture of my environment and I am unable to create JSP files, I am not sure what I am missing let me know what I can answer to get a resolution. Thanks.

enter image description here

like image 626
Charles Avatar asked Apr 28 '13 18:04

Charles


2 Answers

If anyone is having this issue with Sring Starter Project in Spring Tool Suite 4:

Help -> Install New Software -> WorkWith Spring Tool Suite 4 

Scroll to bottom and select :

Web, XML, Java EE and OSGi Enterprise Development
like image 146
editworthy Avatar answered Sep 29 '22 02:09

editworthy


You are probably using the standard version of eclipse. (As you are using the default "Java" perspective, not "Java EE".)

The solution would be to download the version of eclipse that has Java EE support. This version will enable you to create Servlets, JSPs and many more through wizards (that's what you seem to be looking for).

Get the current version (Juno SR2) of Eclipse IDE for Java EE Developers here: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junosr2 (choose the version according to your system in a box called Download Links at the right-side of the page).

The wizard will be available then. Also, don't forget to change the perspective to Java EE (in a button at the top of the right-hand side of you eclipse), as it will show your web projects in a better organized way.

like image 29
acdcjunior Avatar answered Sep 29 '22 02:09

acdcjunior