How to add Java EE perspective to Eclipse

前端 未结 4 2164
孤城傲影
孤城傲影 2020-12-24 06:25

I could not find the Java EE perspective in Eclipse Galileo. I want to develop a web application, but for this I need to change the Eclipse perspective. But, I could not fin

相关标签:
4条回答
  • 2020-12-24 06:59

    In the latest version of Eclipse (eclipse 2019-12), you need to manually download and install different perspectives as per your need. For Java EE perspective, Go to Help -> Install New Software... Then in the new pop up dialogue box, select --All Available Sites-- from Work with drop down list. Select "Web, XML, Java EE and OSGi Enterprise Development" from the list and click next, then accept the license. Click Finish. After installation you can see "Java EE" in "Windows->Perspective->Open Perspective->Other Perspective.

    Good luck fellas...

    0 讨论(0)
  • 2020-12-24 07:12

    window -> open perspective -> select Java EE view [Other (if you dont see it in there)] -> choose java EE

    (Assuming you have installed javaEE extension already or downloaded a version that already has it installed)

    0 讨论(0)
  • 2020-12-24 07:16

    If you have installed Eclipse IDE for Java EE Developers then you can go for the following steps otherwise firstly download and installEclipse IDE for Java EE Developers from the given link https://www.eclipse.org/downloads/packages/release/Photon/R

    After installing, you can open Java EE perspective by follow the following step-

    window -> open perspective -> select Java EE view

    That's it.

    0 讨论(0)
  • 2020-12-24 07:19

    Relevant steps:

    Go to "Help" -> "Install New Software...".

    In the new dialog, in the "Work with:" pull-down list, select "Indigo - http://download.eclipse.org/releases/indigo". (Note: Replace Indigo and the download list with download locations for your eclipse version)

    Select the following packages to install:

           "Web, XML, Java EE and OSGI Enterprise Development". 
           "Programming langauges -> Eclipse Java Development Tools"
    

    After installation is complete, if you restart eclipse, you should see an option for java perspective in "window -> open perspective -> " or "window -> open perspective -> other"

    If the above does not work, check the following as well: Java EE perspective in eclipse

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