简体   繁体   中英

I have an Eclipse IDE for java development. How can i use the same IDE for JSP?

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM