0

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

1 Answers1

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.

https://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F

nitind
  • 19,089
  • 4
  • 34
  • 43