servers tab not visible in eclipse v3.7.2

2019-05-06 05:46发布

Hi i have developed a app which accesses the mysql database for login verification but my problem is that to include tomcat 7 server.

In the path Windows>Show view>Other i am not able to see the servers tab.

I am also not able to update the web tools platform.

2条回答
狗以群分
2楼-- · 2019-05-06 06:27

I am using Luna. I have following following steps.

  1. Help -> Install New Software
  2. Choose "Luna - http://download.eclipse.org/releases/luna" site
  3. Expand "Web, XML, and Java EE Development"
  4. Select i) Eclipse Java EE Developer Tools 3.6.3.v201501281502 ii) Eclipse Java Web Developer Tools 3.6.3.v201502041526 iii) Eclipse Web Developer Tools 3.6.3.v201501312139
  5. Restart Eclipse.
查看更多
在下西门庆
3楼-- · 2019-05-06 06:30

Windows ->Customize Perspective ->Command Group Visibility -> check Server if it is unchecked.

make sure you have added tomcat to eclipse if you don not have then add it.below steps will help you.

Window > Preferences > Server > Runtime Environments 
Add
Apache > Apache Tomcat 5.5

You are done.Hope it will help.

Also make sure you downloaded the "Eclipse For Java EE Developers" package as I do not believe that the "Eclipse for Java Developers" contains the Servers view.

Here is the link:-

http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1

查看更多
登录 后发表回答