I've just updated Ubuntu and then Eclipse crashed. Does anyone know a solution? Otherwise I have to re-install the things.
Asked
Active
Viewed 1.5k times
3
-
http://stackoverflow.com/a/9636283/405117 helped me – Vikram Nov 01 '12 at 21:00
3 Answers
1
Look here: http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html. And also look in the workspace log file

Manuel Selva
- 18,554
- 22
- 89
- 134
-
I did not finding JRE directory for :"./eclipse -vm /home/'MY_ACCOUNT'/app/jre1.5.0_10/bin" Where I can find the JRE directory???? – Arslan Anwar Jul 27 '11 at 14:11
-
-
It says :java version "1.6.0_20". I don't know where is its directory. I also check the hidden folders. – Arslan Anwar Jul 28 '11 at 07:08
1
I just install "Open JDK" and it fix the problem. Thanks

Arslan Anwar
- 18,746
- 19
- 76
- 105
-
This also worked for me, I was attempting to use Jaspersoft Studio on Ubuntu (worked great for a while, then died [maybe from updates]). I installed the latest Open JDK from http://openjdk.java.net/install/ and had to make a symbolic link from the included JDK in Jaspersoft Studio to the Open JDK Command was "ln -s /usr/lib/jvm/java-7-openjdk-amd64/jre jre" FROM the "jaspersoftstudio-5.1.0/features/jre.linux.gtk.x86_64.feature_1.7.0.u25/jre" directory – toddles_fp Nov 29 '13 at 01:50
0
I just got the same problem after changing my jvm.cfg file. I did this to make my maven builds faster.
The change was to swap around: -server KNOWN -client KNOWN
I changed this back, the error disappeared.

Zwakele Mgabhi
- 377
- 2
- 8