- This topic has 30 replies, 20 voices, and was last updated 14 years ago by
support-swapna.
-
AuthorPosts
-
January 20, 2010 at 5:24 am #305494
blahtiMemberThis message has not been recovered.
January 20, 2010 at 5:41 am #305496
manishsfdMemberThis message has not been recovered.
January 20, 2010 at 5:43 am #305497
manishsfdMemberThis message has not been recovered.
January 20, 2010 at 11:02 pm #305511
support-shaliniMemberThis message has not been recovered.
January 23, 2010 at 8:17 am #305564
blahtiMemberThis message has not been recovered.
January 27, 2010 at 2:17 am #305614
ManjagoMemberThis message has not been recovered.
February 8, 2010 at 10:22 pm #305903This message has not been recovered.
February 9, 2010 at 10:22 pm #305940
support-shaliniMemberThis message has not been recovered.
April 1, 2010 at 2:33 am #307275
Thirupathireddy.VajjalaMemberThis 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
-Xmx512mApril 4, 2010 at 11:54 pm #307338
support-shaliniMemberThirupathireddy,
Thank you for posting your workaround.October 31, 2010 at 9:09 pm #312388
technyc1MemberThirupathireddy… 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?
March 4, 2011 at 2:48 pm #314997
MurrayMemberI 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
March 4, 2011 at 2:49 pm #314998
MurrayMemberI 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
March 6, 2011 at 9:40 pm #315011
support-swapnaModeratorMurray,
Thank you for posting your findings. It will certainly help other users.
June 7, 2011 at 7:44 pm #317356
jrainwaterMemberThis 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.
-
AuthorPosts