3

I've just updated Ubuntu and then Eclipse crashed. Does anyone know a solution? Otherwise I have to re-install the things.

jvm terminated

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Arslan Anwar
  • 18,746
  • 19
  • 76
  • 105

3 Answers3

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
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