Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.run /usr/bin/eclipse 2. 3. Actual results: Window pops up saying: JVM terminated. Exit code=1 /usr/bin/java -jar startup.jar -os linux -ws gtk -arch x86 -launcher /usr/bin/eclipse -name Eclipse -showsplash 600 -exitdata 3b001d -vm /usr/bin/java -vmargs -j startup.jar Expected results: Eclipse should start Additional info: If I take the output from the error window, change startup.jar to /usr/share/eclipse/startup.jar and re-run the whole command string eclipse starts very nicely.
Hi maxwell Can you check what the output of 'ls -l /usr/bin/eclipse' is? It should be a symlink to /usr/share/eclipse/eclipse, but I'm guessing that in your case it won't be. If it's not a symlink then have a look at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=177210 .
*** This bug has been marked as a duplicate of 177210 ***