I have installed Eclipse photon for pure java. Now I want to use JSP. How can I develop a website using JSP in the same IDE
Asked
Active
Viewed 133 times
0
-
Install _Eclipse Java EE Developer Tools_: https://stackoverflow.com/a/53943858/6505250 – howlger Jan 19 '19 at 14:48
-
Possible duplicate of [JSF editor autocomplete (xhtml) for STS 4](https://stackoverflow.com/questions/53942884/jsf-editor-autocomplete-xhtml-for-sts-4) – howlger Jan 19 '19 at 14:49
-
@howlger JSP and JSF are entirely different things. – nitind Jan 19 '19 at 16:07
-
@nitind Sure, but both are supported by WTP, aren't they? – howlger Jan 19 '19 at 16:10
-
@howlger That is true. – nitind Jan 19 '19 at 16:11
1 Answers
1
Install the Web Tools Platform and you can use its support for JSPs. The most critical part for that is the Eclipse Java Web Developer Tools feature, but you'll need the Eclipse Java EE Developer Tools feature if you want to use Eclipse to run and debug your web app on a server.

nitind
- 19,089
- 4
- 34
- 43