eclipse on linux
NickName:user414967 Ask DateTime:2011-05-23T17:14:59

eclipse on linux

I was running eclipse on Ubuntu Linux. What I have noticed is some icons were missing for File->New->(the items appear in submenu) package,folder,etc. Is this the problem with Ubuntu linux or all the eclipse which is installed on linux?

Thanks Bhanu

Copyright Notice:Content Author:「user414967」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/6095168/eclipse-on-linux

Answers
vkrams 2011-05-23T09:17:26

I had the same problem earlier I have ran the below steps and it got fixed. Try to re-install eclipse by giving the below commands\n\nsudo apt-get remove eclipse then \nsudo apt-get install eclipse\n\nLet me know if it resolves. Good Luck :-)",


Paul Webster 2011-05-25T02:14:46

Many later versions of Gnome have menu icons disabled by default (my refresh icon is gone as well). If this is your problem you can get them back by using:\n\n\nSelect System > Preferences > Appearance from the menu.\nThis displays a tabbed panel, labeled 'Appearance Preferences'.\nSelect the Interface tab, and check the \"Show icons in menus\".\nSelect Close.\nThe menu icons should be back.\n\n\nSee http://ubuntuforums.org/showthread.php?t=1246454\n\nSigh. also https://bugzilla.redhat.com/show_bug.cgi?id=539993",


More about “eclipse on linux” related questions

eclipse on linux

I was running eclipse on Ubuntu Linux. What I have noticed is some icons were missing for File->New->(the items appear in submenu) package,folder,etc. Is this the problem with Ubuntu linux or all the

Show Detail

Eclipse crashing on Linux

Whenever I try to start Eclipse on Linux, it briefly opens up, then crashes with the following error: VM terminated. Exit code=160 /opt/ibm/IntegrationDesigner/v8.0/jdk/jre/bin/javaw -Xquickstart -

Show Detail

Eclipse command not found in linux while in the eclipse folder

I downloaded the correct version of eclipse that will work on my linux machine from the website. The structure looks like this: eclipse/eclipse. I was in the eclipse folder, and I typed in eclipse in

Show Detail

Eclipse RCP linux unresolved requirement

We have a RCP eclipse plugin based UI console developed in Eclipse Release 4.5.1 (Mars.1) with Java 1.8. We are porting from Windows to Linux x86_64 using Eclipse Release 4.5.2 (Mars.2) with Java ...

Show Detail

Eclipse is not opening in linux environment

Am getting below error , when trying to open eclipse oxygen , in Red Hat Linux env 64 bit. installed jdk 8 also in the linux env. JVM terminated. Exit code=1 /usr/java/jdk1.7.0_67-cloudera/bin/ja...

Show Detail

Eclipse 32 bit crash linux

When i start eclipse(32) in linux (eclipse 64 start correctly )- I see this error: JVM terminated. Exit code=13 /usr/bin/java -Xms40m -Xmx512m -XX:MaxPermSize=256m -jar /home/d...

Show Detail

Unable to use Eclipse on Linux Unity

I'm new to Linux. I'm trying to install Eclipse, but it won't let me extract the files. I have eclipse-jee-mars-R-linux-gtk.tar.gz open under "Network". Inside that I have an eclipse folder. I cl...

Show Detail

Eclipse shows less lines in linux

When I use Eclipse in windows it shows approximately 100 lines when editor in full screen, But In linux in shows approximately 50. Font size is bigger in linux so it shows less lines. I checked scr...

Show Detail

Unable to start eclipse on linux server

I installed the eclipse in linux server, While starting the eclipse I am getting the below error. Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.prod...

Show Detail

FFmpeg build using Eclipse - Linux

I am trying to import ffmpeg source into Eclipse on Linux. I have followed every step mentioned at https://trac.ffmpeg.org/wiki/Setup_Ecli ... peg_(Linux) But When i try to create a new project in

Show Detail