while I'm working with eclipse 3.2.1 it's crashes and the message is like:

JVM terminated exit code = 1
C:\program Files(x86)\Java\jdk1.6.0_30\BIN\javaw.exe
-Xms40m 
-Xmx256m
-jar C:\*****\eclipse321\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\*****\Eclipse321\eclipse.exe
-name Eclipse
-showsplash 600
-exitdata 1548_c0
-vm C:\Program Files (x86)\Java\jdk1.6.0_30\BIN\javaw.exe
-vmargs
-Xms40m
-Xmx256m
-jar C:\*****\Eclipse321\startup.jar

what could it be?

I'm using win7 in 64 bit.

tnx

有帮助吗?

解决方案

Eclipse 3.2.1 is not (and never) was supported on Windows 7. Eclipse 3.2.1 came out long before Windows 7. While I can appreciate that your workplace policy dictates that you must use this version of Eclipse (likely to backport a maintenance issue) they should not be dictating that you must use this version with an incompatible OS. If you really must use this version (which, as others have mentioned, is almost 8 years old) you should be running it on a compatible OS.

The list of target Operating Systems for 3.2.1 are available here: http://www.eclipse.org/eclipse/development/readme_eclipse_3.2.1.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top