facebook

Problem starting Eclipse – JVM terminated. Exit code=1

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • #305494 Reply

    blahti
    Member

    This message has not been recovered.

    #305496 Reply

    manishsfd
    Member

    This message has not been recovered.

    #305497 Reply

    manishsfd
    Member

    This message has not been recovered.

    #305511 Reply

    This message has not been recovered.

    #305564 Reply

    blahti
    Member

    This message has not been recovered.

    #305614 Reply

    Manjago
    Member

    This message has not been recovered.

    #305903 Reply

    amir55
    Participant

    This message has not been recovered.

    #305940 Reply

    This message has not been recovered.

    #307275 Reply

    This problem i faced when java updated.

    follow these steps to resolve this
    –> go to ECLIPSE HOME directory .
    –> oepn eclisep.ini confugutation file and Update eclisep.ini file with
    below code by pointing to the newly installed JDK

    -showsplash
    org.eclipse.platform
    –launcher.XXMaxPermSize
    256m
    -vm
    C:\Program Files\Java\jdk1.6.0_13\bin\javaw.exe
    -vmargs
    -Xms40m
    -Xmx512m

    #307338 Reply

    Thirupathireddy,
    Thank you for posting your workaround.

    #312388 Reply

    technyc1
    Member

    Thirupathireddy… thanks alot!! Many hours of toiling are over. Adding the path to the ‘-vm’ argument worked for me. Curious though… how on Earth did you know to do this; my eclipse ini file didn’t even have the -vm argument?

    #314997 Reply

    Murray
    Member

    I tried all the solutions above and the only one that worked for me was the one immediately above.

    i.e. >I changed from -Xmx1024m to -Xmx256m and it worked for me.

    -xmx is the maximum memory for the VM

    I experimented with values from 256 to 1024. Values up to 900 worked. At 1000 the error appeared again. The values are set in eclipse.ini which is located in your \eclipse installation folder.

    My Eclipse version is 3.5.2

    #314998 Reply

    Murray
    Member

    I tried all the solutions above and the only one that worked for me was the one immediately above.

    i.e. >I changed from -Xmx1024m to -Xmx256m and it worked for me.

    -xmx is the maximum memory for the VM

    I experimented with values from 256 to 1024. Values up to 900 worked. At 1000 the error appeared again. The values are set in eclipse.ini which is located in your \eclipse installation folder.

    My Eclipse version is 3.5.2

    #315011 Reply

    support-swapna
    Moderator

    Murray,

    Thank you for posting your findings. It will certainly help other users.

    #317356 Reply

    jrainwater
    Member

    This Exit code = 1 thing was happening to me. I tried all the suggestions. I think the issue was with the Java SE Developement Kit 6 version 25. As of today 6/7/11 it looks like they released kit 6 version 26. Hopefully that fixed the issue. I’m reinstalling the jdk right now with fingers crossed. Been trying to get this working for a week now. Seems the hardest part about java programing is getting the ide setup with all the dev kits and plug ins and getting everything working before you even type your first line of code. If this doesnt work, I’m tempted to throw my hands in the air and try netbeans instead.

Viewing 15 posts - 16 through 30 (of 31 total)
Reply To: Problem starting Eclipse – JVM terminated. Exit code=1

You must be logged in to post in the forum log in