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 .
|
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 . |
|||
|
|
|
goto window - preferences - general - editors - file associations choose *.jsp and in associated editors choose "web page editor" as the first default |
|||||
|
|
|
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. |
|||
|
|