Eclipse IDE problem "not win32 application"

I downloaded eclipse from some asian university mirror, then tried to install it, but got error "[path]eclipse.exe is not win32 application". In file eclipse.ini " -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1.R36x_v20100810 -product org.eclipse.epp.package.jee.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m "


Corrupt download, probably. Or a 32/64 bit issue (this is suggestive that at least some of what it's trying is 64 bit: "org.eclipse.equinox.launcher.win32.win32.x86_64")?

Which version did you download? What mirror and what file from that mirror did you use?


您下载了64位版本,并尝试在32位窗口上运行。

链接地址: http://www.djcxy.com/p/29554.html

上一篇: 设置Eclipse和Java JDK

下一篇: Eclipse IDE问题“不是win32应用程序”