views:

581

answers:

1

I just installed Eclipse Galileo, but have no JSP editor.

In file associations, on the Preferences page, *.jsp was not even mentioned.

When I added it and went to associate with the built-in Jsp Editor, there was none in the list.

Note: I have WTP 3.1.1 installed.

Any ideas?

+2  A: 

What JVM are you using? 1.5 or 6 is necessary for WTP to run properly.
Can you activate a JEE perspective, which would then give you access to all those features (JSP editor, JSP file association, and so on)

If all that fails, you can always try a parallel clean installation of the Java EE edition of Galileo eclipse 3.5.1, which should have everything running out of the box.

VonC
thanks .. there are two Galileo downloads for Java, one of them being the EE edition. The other edition (which I installed) does not mention a JSP editor. The EE edition does mention support for JSF, so I'm guessing that's where the JSP functionality lies.
Gervase