Add server in eclipse option not shown

Asked

Viewed 6,753 times

0

I’m trying to add the Tomcat server in eclipse but there is no option to add Servers in show view and also can’t change the perspective to java EE, someone can guide me?

  • 1

    Download Eclipse IDE for Java EE Developers on http://www.eclipse.org/downloads/ which probably solves your issue

  • @Math Your answer is correct. If you don’t have the view Servers is because it does not have the WTP plugin for web development, which is present in Eclipse for Javaee Developers. This is a very common doubt, because no one knows which Eclipse to download right. It would be interesting for you to add this as an answer.

  • @utluiz reminded me that something like this had already been treated here by the site, would not be perhaps more appropriate close as duplicate?

  • Jeez, as voting to close as out of scope. I disagree.

  • @Math I think we really can find the answer there. I closed as duplicate.

  • 1

    Charles, welcome to [en.so]! I marked your question as duplicate because the answer on the JEE perspective, on the Eclipse version and on how to add the plugin to servers are all in the other question. If you have something different, leave a comment here. If you have new questions, feel free to ask new questions. Hug!

Show 1 more comment

1 answer

0

Okay, first let’s add a server in the eclipse by going up:

Window > Preferences > Server > Runtime Environments > Add...

Now that we have our server added, let’s check our perspective settings on:

Window > Open Perspective > Other..., in the window that will open you should have the Java EE. If not, you probably have the standard eclipse version.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.