Dangerbunny
Dangerbunny

Reputation: 91

Does eclipse have a jsp viewing mode?

Is it possible to configure Eclipse (Juno) for opening .jsp files so that it recognizes the jsp syntax and applies language specific formatting?

Upvotes: 0

Views: 5116

Answers (1)

user2603432
user2603432

Reputation:

I use the jsp editor from the eclipse java web development tools package. I have kepler, but I'm sure you'll find something similar in juno. Go to help:install new software and select a work with site (I chose Kepler - http://download.eclipse.org/releases/kepler). Then scroll down to find web, xml, javaee, osgi and you'll find the eclipse java web development tools there.

The jsp editor is ok but it does have some quirks. The right click to select the editor works only within eclipse. This is not the javaee package.

(edit) -- oops --

Should've expanded the comments before I posted. You already got your answer.

Upvotes: 1

Related Questions