How to view design of JSP In eclipse

十年热恋 提交于 2020-02-17 06:11:06

问题


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

Is there any way so that we can view the design of the JSP?

I am using Eclipse 3.1.


回答1:


goto window - preferences - general - editors - file associations

choose *.jsp

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




回答2:


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.




回答3:


Right click to the empty area in code page > go to Open With section > select WindowBuilder Editor. The Design Page will appear left-down. I solve it on Eclipse Neon.



来源:https://stackoverflow.com/questions/7255341/how-to-view-design-of-jsp-in-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!