- This topic has 30 replies, 20 voices, and was last updated 13 years, 5 months ago by support-swapna.
-
AuthorPosts
-
blahtiMemberThis message has not been recovered.
manishsfdMemberThis message has not been recovered.
manishsfdMemberThis message has not been recovered.
support-shaliniMemberThis message has not been recovered.
blahtiMemberThis message has not been recovered.
ManjagoMemberThis message has not been recovered.
amir55ParticipantThis message has not been recovered.
support-shaliniMemberThis message has not been recovered.
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
-Xmx512m
support-shaliniMemberThirupathireddy,
Thank you for posting your workaround.
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?
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
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
support-swapnaModeratorMurray,
Thank you for posting your findings. It will certainly help other users.
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