| Author |
Eclispse 3.2
|
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1291
|
|
hi ranchers, can any one tell me about this error message, Eclipse IDE is shutdown after receive error message. please tell me why this error is occur.
JVM terminated. Exit code=1 D:\Windows\system32\javaw.exe -Xms40m -Xmx256m -jar E:\eclipse\startup.jar -os win32 -ws win32 -arch x86 -launcher E:\eclipse\eclipse.exe -name Eclipse -showsplash 600 -exitdata 7e0_70 -vm D:\Windows\system32\javaw.exe -vmargs -Xms40m -Xmx256m -jar E:\eclipse\startup.jar
Thanks.
|
Saifuddin..
[Linkedin] How To Ask Questions On JavaRanch My OpenSource
|
 |
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
|
|
|
This is not the error message, this is a report of the settings used to start Eclipse. There is a log file in the workspace/.metadata/.log that should contain the error
|
[ JavaRanch FAQ ][ Book Promotions ][ DbTamer ][ BumperStickers ][ JavaRanch Badges ]
|
 |
Riyad Kalla
MyEclipse Support
Ranch Hand
Joined: Jul 30, 2007
Posts: 75
|
|
Saif, In addition to what David mentioned, if you check the log file and see an OutOfMemoryException error somewhere that mentions "permGen space" or something like that, you may need to increase the VM permgen space... this started happening in 3.1 and happens a lot more with 3.2 and 3.3 as the platform and products built on the platform get more and more complex and have more classes to load. Suggested args would look something like this: -vmargs -Xms128M -Xmx512M -XX ermSize=64M -XX:MaxPermSize=128M
|
Riyad
|
 |
Muhammad Saifuddin
Ranch Hand
Joined: Dec 06, 2005
Posts: 1291
|
|
Thanks for your reply Dave, and correcting me in it.. I checked the log file and I found to many exception in this, and I couldn't be guess whether which one is occur on this report? any help
if you check the log file and see an OutOfMemoryException error somewhere that mentions "permGen space" or something like that
Thanks for your reply Riyad Kalla, but i didn't found this exception in my log file..
|
 |
 |
|
|
subject: Eclispse 3.2
|
|
|