Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Java EE perspective to Eclipse

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?

like image 535
user582983 Avatar asked Jan 20 '11 13:01

user582983


People also ask

How do I open perspective in Eclipse?

In top right corner of the Eclipse window, click the Open Perspective icon (Figure 4-1). The Open Perspective context menu appears (Figure 4-2). The Open Perspective dialog box appears (Figure 4-3). Select Mission Control and click OK.

Does Eclipse support Java EE?

To run Eclipse on your workspace first you need to download and install JDK (Java Development Kit). Open your default browser and search for 'JDK download' and click on the link of oracle.com.

How do I add Java EE to STS?

To get Java EE perspective in Spring Tool Suite(STS), Go to Help > Eclipse Marketplace... and search for Java EE.


1 Answers

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

like image 174
SP.K Avatar answered Sep 21 '22 09:09

SP.K