bash:./ eclipse:无法执行二进制文件

我正在使用Ubuntu10.10操作系统,我已经下载了eclipse-jee-helios-SR1-linux-gtk-x86_64.tar.gz。 我的电脑是64位机器。

当我./eclipse eclipse并尝试从命令行运行./eclipse ,它给了我上面的错误。

当我运行file eclipse ,它会给我以下信息。

  eclipse: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.0, not stripped 

有人可以帮我找出这里出了什么问题

在此先感谢您的帮助

我敢打赌,你使用的是带有x86_64 JVM的x86 Ubuntu。 要确保您的Ubuntu是64位,请运行以下命令:

 $ uname -i 

我怀疑正确的问题chmod +x ./eclipse应该有帮助,如果它没有ls -l eclipse

您已经下载了64位版本的Eclipse – 您需要下载32位版本的Eclipse!