Reputation: 1
None of the options are displayed on the menu bar i mean the drop down option. I have tried reinstalling Eclipse but nothing is helping. I have the same problem in Aptana Studio 3. I am working in Ubuntu ENV
Upvotes: 0
Views: 1469
Reputation: 1324268
Note: on Ubuntu 14.04 and latest Eclipse, this bug is supposedly fixed, as mentioned in:
Upvotes: 0
Reputation: 1914
You can disable the global menu for eclipse, for this you need add UBUNTU_MENUPROXY parameter with an empty or zero value in the launch command, like this:
$ env UBUNTU_MENUPROXY=0 /home/USERNAME/path-to-eclipse/eclipse
Upvotes: 2
Reputation: 1
Try installing older or newer version of those applications. It might have bug issues on the os that you are working on. Thanks!
Upvotes: 0