I run gnome shell 3.6 and Eclipse 4.2. I installed Eclipse manually, in my /opt directory, because the Ubuntu package for Eclipse is very outdated.
I've created a .desktop file for it, and placed in in ~/.local/share/applications.
I have added an program to unity using .desktop file.
I downloaded and installed Eclipse JUNO in Fedora 17, KDE desktop and created an eclipse.desktop. The icon does appear in the Application.Development section but it does not open when selected. I am able to open Eclipse on the command line.
I'm following this tutorial located here on how to create a launcher for eclipse in unity.
I installed 12.04 xubuntu and latest eclipse. java is also installed. path is set correctly. but there are two things strange to me.
1. when I double click the eclipse executable, it says cannot find java;
2. create a launcher on the desktop, it says the same thing as above;
open a terminal, type eclipse, it will start eclipse without any error.
How do I configure what JVM Eclipse runs in?
I'm trying to switch it to use my installed java-6-sun so that I can use jstack to figure out why Eclipse is spinning endlessly in certain situations.
I recently upgraded to Ubuntu 12.04, and I'm using the pre-packaged Ubuntu Eclipse 3.7.2.
I've installed Eclipse with the command:
sudo apt-get install eclipse
or when I install via the synaptic manager.
Unfortunately, when I open up Eclipse I get this error:
org.eclipse.ui.PartInitException: No editor descriptor for id org.eclipse.jdt.ui.CompilationUnitEditor
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:601)
at org.eclipse.ui.internal.E
Process /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java was killed by signal 6 (SIGABRT)
executable: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/bin/java
cmdline: /usr/bin/java -Xms40m -Xmx384m -XX:MaxPermSize=256m -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/eclipse/eclipse -name Ec
I installed eclipse directly from the eclipse site and added it to unity launcher as mentioned here. But when I cycle through applications using ctrl-R, I cannot see eclipse. Couple of times, I had to kill eclipse using kill command and restart eclipse just to access it. But later I found out that if I select desktop icon while switching, I can access eclipse.