How to add Java EE perspective to Eclipse

∥☆過路亽.° 提交于 2019-12-20 08:58:20

问题


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 find the Java EE perspective.

Can anybody tell me how to add this to Eclipse?


回答1:


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




回答2:


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)




回答3:


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.



来源:https://stackoverflow.com/questions/4747518/how-to-add-java-ee-perspective-to-eclipse

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