- 论坛徽章:
- 0
|
求助,我在下面平台下运行Eclipse3.3:
AIX 5.3,IBM JDK1.5-64bit,结果出错:
--------------------------------------------------------
JVM terminated. Exit code=13
/usr/java5_64/jre/bin/java
-xms40m
-xmx256m
-jar/home/***/eclipse/plugins/org.eclipse.equinox/launcher_1.0.0.v.20070606.jar
-os aix
-ws motif
-arch ppc
-showsplash
-launcher /home/***/eclipse/eclipse/eclipse
-name Eclipse
--lanuncher.library/home/***/eclipse/eclipse/plugins/org.eclipse.equinox.launcher.motif/aix.ppc_1.0.0.v20070524/eclipse_1017a.so
-startup/home/***/eclipse/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata 41
-vm/osr/java5_64/jre/bin/java
-vmargs
-xms40m
-xmx256m
-jar/home/***/eclipse/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
---------------------------------------------------------------------------------
我将JDK版本由 IBM JDK1.5-64bit 换为 IBM JDK1.5-32bit后,一切都运行正常了.
在网上也搜不到这方面的解释,这到底是怎么回事???
难道是JDK1.5 64bit的bug? |
|