Monday, 5. January 2009
Eclipse-Update repaired (MacOS-X)
javatux, 22:26h
Today I started from Eclipse an software update on my Mac. After the update I was asked to restart Eclipse. But after the restart only an error box with "eclipse executable launcher was unable to locate its companion shared library".
The solution for this problem I found on www.eclipsezone.com/eclipse/forums/m92238097.html:
You can use another editor, of course. But I don't know which other editors are available from the commandline.
After this "repair" I was able to start Eclipse again.
The solution for this problem I found on www.eclipsezone.com/eclipse/forums/m92238097.html:
- edit the file Eclipse.app/Contents/MacOS/eclipse.ini
- correct the entry for --launcher.library
cd /Applications/opt/eclipse # my install dir for Eclipse cd Eclipse.app/Contents/MacOS vi eclipse.ini
You can use another editor, of course. But I don't know which other editors are available from the commandline.
After this "repair" I was able to start Eclipse again.
... comment