Eclipse IDE问题“不是Win32应用程序”

3

我从一些亚洲大学的镜像站下载了Eclipse,然后尝试安装它,但是出现了错误:

[路径]\eclipse.exe 不是win32应用程序

在文件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
2个回答

2

可能是下载文件损坏了,或者是32/64位的问题(这个提示至少有一部分尝试使用64位:“org.eclipse.equinox.launcher.win32.win32.x86_64”)?

你下载的是哪个版本?从哪个镜像站下载的?下载的是镜像站上的哪个文件?


0

您下载了64位版本,但尝试在32位Windows上运行。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接