Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JSP editor for eclipse, does it exist?

Tags:

eclipse

jsp

I noticed that my Eclipse does not include JSP Editor. Does standard JSP editor exist for Eclipse and if so, where can one download it from?

enter image description here

like image 943
James Raitsev Avatar asked Jan 12 '12 16:01

James Raitsev


People also ask

Does Eclipse support JSP?

Eclipse Enterprise Java and Web Developer Tools Enables Enterprise Java Bean, Java Enterprise Application, Fragments, and Connector, Java Web Application, JavaServer Faces (JSF), Java Server Pages (JSP), Java Servlet, Java Web Services, and Tag ...

Why JSP is not opening in Eclipse?

Go to Window-> Preferences -> General-> Editors-> File Associations. In the File Types pane, choose *. jsp and in the associated editors pane, set your default JSP editor..

How do I find the editor in Eclipse?

Just select Window→ Preferences→ Workbench→ File Associations, select the file type, and associate an editor or program with it (if nothing else, you can use Eclipse's default text editor). You also can run programs outside Eclipse as external tools, invoked by selecting Run→ External Tools.


2 Answers

The JavaEE version of Eclipse has full JSP support. The standard java development version doesn't.

Alternatively, you should be able to install the WebTools plugin(s) into an existing Eclipse, that should give you JSP support also.

like image 192
skaffman Avatar answered Oct 14 '22 01:10

skaffman


I had this same problem!

I resolved it by switching my eclipse perspective to JAVA EE perspective.

like image 45
Byorn Avatar answered Oct 14 '22 00:10

Byorn