Prateek Gupta
Prateek Gupta

Reputation: 2760

Java EE perspective in STS(Spring Tool Suite)

I'm using Spring Tool Suite(STS) and to run Java Servlets on Tomcat Server through STS I need Java EE perspective. But for me in list of perspectives in STS there is no Java EE perspective.

How do I get Java EE perspective in STS??

Upvotes: 0

Views: 6427

Answers (1)

Prateek Gupta
Prateek Gupta

Reputation: 2760

To get Java EE perspective in Spring Tool Suite(STS),

  1. Go to Help > Eclipse Marketplace... and search for Java EE

enter image description here

  1. Search for the Eclipse Enterprise Java and Web Developers Tools

enter image description here

Now just install the Eclipse Enterprise Java and Web Developers Tools plugin and then your list of perspective will look like this now

enter image description here

Upvotes: 5

Related Questions