Eclipse starting error of JVM terminated. Exit code=13 after upgrading Ubuntu updates

14,616

Solution 1

I just install "Open JDK" and it fix the problem. Thanks

Solution 2

Look here: http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html. And also look in the workspace log file

Share:
14,616
Arslan Anwar
Author by

Arslan Anwar

I am as Android developer for Booking.com. I am a passionate mobile developer with 10+ years of experience in android development. I am currently working with Java, Kotlin programming languages in Android Development. I am adept at using several software design patterns and have extensive knowledge of creating applications for mobile platforms I have managed all aspects of application development, from requirement gathering to publishing the product to the app stores. I have good understanding of web technologies and their integration with mobile clients. Apart from development a major portion of my role remained as a team lead. I have spent time being a team lead for mobile platform as well as technical lead for Android team in my recent projects. To keep up with the latest trends in respective development and share my knowledge I spend my time on Stackoverflow and write my own blog. As a student I have a good record I completed my education with distinction, securing second position amongst my batch and received gold medal from prime minister of Pakistan. I would like to proceed working with Objective more mobile technologies on challenging Android projects. So a position of Sr. Android Developer, Principal Developer and technical lead will suit me. Having worked on different roles in my professional career, I am totally able to work well with different teams.

Updated on June 05, 2022

Comments

  • Arslan Anwar
    Arslan Anwar almost 2 years

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

    jvm terminated

  • Arslan Anwar
    Arslan Anwar almost 13 years
    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????
  • Manuel Selva
    Manuel Selva almost 13 years
    Type java -version in a shell. What does it answer ?
  • Arslan Anwar
    Arslan Anwar almost 13 years
    It says :java version "1.6.0_20". I don't know where is its directory. I also check the hidden folders.
  • toddles_fp
    toddles_fp over 10 years
    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 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.featur‌​e_1.7.0.u25/jre" directory