Eclipse problem with updates
Hello,
I just installed Eclipse via Synaptic, and have it running with Sun's JDK1.5.
So far, so good
When I do Help - Software Updates - Find and Install for the first time after launching Eclipse, I get the following error twice:
Error creating feature "file:/usr/lib/eclipse/features/org.eclipse.rcp.source_3.1.1/". (/usr/lib/eclipse/features/org.eclipse.rcp.source_3.1.1/feature.xml (Datei oder Verzeichnis nicht gefunden)
That required directory (/usr/lib/eclipse/features/org.eclipse.rcp.source_3.1.1/) is really not there, nor any other .source directories in the features directory. I still have the files of an old manual installation (3.1.0) around, and there I have that directory.
I already started with -clean, and also in a fresh workspace - no avail
Update:
Found the solution real fast
sudo apt-get eclipse-source
There should be a dependency somewhere for this...
|