Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable "Browse Deployment Location..." context menu item in Eclipse?

In the previous versions of Eclipse this menu item was available in the context menu (right-click on the server in the "Servers" view):

  • Eclipse Luna (version 4.4.0) has this menu item
  • Eclipse Mars (version 4.5.2) doesn't have this menu item

Why is it missing now?

like image 646
xiangqian.jian Avatar asked Apr 21 '16 10:04

xiangqian.jian


People also ask

Why my eclipse is not showing server option?

You have probably installed Eclipse for Java Developers instead of Eclipse IDE for Enterprise Java Developers, server tab and some other are not available.

How do I get the server tab in eclipse?

In the Java EE perspective of Eclipse, you will find the Servers tab at the bottom. Since no server is added yet, you will see a link in the tab as shown in the following screenshot—No servers are available. Click this link to create a new server....


1 Answers

Not tested, but try this:

  1. Go to Help->Install New Software
  2. Choose "Luna - http://download.eclipse.org/releases/luna" site
  3. Expand "Web, XML, and Java EE Development"
  4. Check JST Server Adapters and JST Server Adapters Extentions

NOTE: If already checked try to reinstall + try to reinstall Eclipse WebTools


Resources: https://stackoverflow.com/a/32739665/5364144

like image 143
Samuel Tulach Avatar answered Oct 05 '22 02:10

Samuel Tulach