| Author |
Message |
|
|
Post subject: Re: RE: Eclipse error: JVM terminated Exit code=1
Posted: May 01, 2008 - 01:25 PM
|
|
Joined: May 01, 2008
Posts: 3
|
|
| Anonymous wrote: | I had the same error occur with me using Websphere Application Developer (which is built on top of eclipse). I have 1.5Gb of memory but I seems to be at 100% Memory Usage. Please check your task manager and let me know if you are experiencing the same problem.
Thanks |
I had the same issue with RAD 7.0 (Websphere Application Developer 7.0). JVM all of sudden exiting and never eclipse was starting. I think Websphere by default adds more parameters in eclipse.ini thats what was creating problem.
This was default one
-vm
C:\RAD7\SDP70\jdk\jre\bin\javaw.exe
-vmargs
-Xquickstart
-Xms40m
-Xmx768m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:singleJVM,keep
-Xnolinenumbers
-XX:MaxPermSize=512M
After removing this parameter from the file everyrthing worked
-Xshareclasses:singleJVM,keep
Thanks,
naveen |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 01, 2008 - 01:26 PM
|
|
Joined: May 01, 2008
Posts: 3
|
|
I had the same issue with RAD 7.0 (Websphere Application Developer 7.0). JVM all of sudden exiting and never eclipse was starting. I think Websphere by default adds more parameters in eclipse.ini thats what was creating problem.
This was default one
-vm
C:\RAD7\SDP70\jdk\jre\bin\javaw.exe
-vmargs
-Xquickstart
-Xms40m
-Xmx768m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:singleJVM,keep
-Xnolinenumbers
-XX:MaxPermSize=512M
After removing this parameter from the file everyrthing worked
-Xshareclasses:singleJVM,keep
Thanks,
naveen |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 01, 2008 - 01:28 PM
|
|
Joined: May 01, 2008
Posts: 3
|
|
I had the same issue with RAD 7.0 (Websphere Application Developer 7.0). JVM all of sudden exiting and never eclipse was starting. I think Websphere by default adds more parameters in eclipse.ini thats what was creating problem.
This was default one
-vm
C:\RAD7\SDP70\jdk\jre\bin\javaw.exe
-vmargs
-Xquickstart
-Xms40m
-Xmx768m
-Xgcpolicy:gencon
-Xscmx96m
-Xshareclasses:singleJVM,keep
-Xnolinenumbers
-XX:MaxPermSize=512M
After removing this parameter from the file everyrthing worked
-Xshareclasses:singleJVM,keep
Thanks,
naveen |
|
|
| |
|
|
|
 |
|
|
| |