I installed eclipse though the unbuntu software center but I experienced some issues and I wanted to install the official eclipse version.
I downloaded eclipse classic 4.2.1
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/dr...
Extracted it, but if I double click "eclipse" it doesn't do anything.
Any ideas how
Well I have been using Eclipse and as noted by one of the person's that answered my questions a while back, Eclipse is really 'goofy'. It makes it hard to code sometimes and you have to clean and build multiple times and on several occassions restart Eclipse altogether.
So I am thinking is there a better IDE you can program android applications on that are more stable than Eclipse?
I've upgrade Fedora form version 11 to 12 by preUpgrade.
When I open Eclipse there is no option to make java project or C++ project. My previous java and C++ projects cannot be compiled because Eclipse doesn't see jdt and cdt packages.
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'm using the Fedora (17) repository version of Eclipse and the following plugins:
[dafoot@bigfoot workspace]$ rpm -qa | grep eclipse
eclipse-pde-4.2.0-0.22.I201205031800.fc17.x86_64
eclipse-rcp-4.2.0-0.22.I201205031800.fc17.x86_64
eclipse-phpeclipse-1.2.3-4.fc17.noarch
eclipse-swt-4.2.0-0.22.I201205031800.fc17.x86_64
eclipse-platform-4.2.0-0.22.I201205031800.fc17.x86_64
eclipse-emf-core-
What happen with my Eclipse on Ubuntu 12.04, after upgrade Linux kernel 3.4?
"An error has occurred. See the log file
/home/kidd/.eclipse/org.eclipse.platform_3.7.0_155965261/configuration/1338875244475.log"
displayed when I open Eclipse.
Dear all,
I have F17. I had Eclipse, then I decided to make yum update, after what there was a problem with workplaces in Eclipse so I decided to reinstall it. I did yum remove eclipse, then it removed only eclipse-pde, though a very big file, approximately 300 Mb.
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
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.