How to view design of JSP In eclipse

前端 未结 3 1089
北荒
北荒 2021-02-01 19:30

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?

相关标签:
3条回答
  • 2021-02-01 19:34

    goto window - preferences - general - editors - file associations

    choose *.jsp

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

    0 讨论(0)
  • 2021-02-01 19:49

    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.

    0 讨论(0)
  • 2021-02-01 19:56

    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.

    0 讨论(0)
提交回复
热议问题