Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have configured a J2EE project into Eclipse . The source code is consisting of JSP as well as Java Files .

Please tell me is there any way , so that we can view the design of the JSP .

I am using Eclipse 3.1

Thnak you very much .

share|improve this question

2 Answers

up vote 7 down vote accepted

goto window - preferences - general - editors - file associations

choose *.jsp

and in associated editors choose "web page editor" as the first default

share|improve this answer
Thank you very much . that was very useful – Kiran Sep 15 '11 at 14:10
Thanks for this one. Works fine for my project. – Shashank_Itmaster Jan 12 at 9:33

You right click on the jsp file and then highlight "Open With" .You will get options like JSP Editor, Text editor, Web Page Editor. Please Select "Web Page Editor" option.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.