KIt*_*tis 24 java eclipse eclipse-plugin ubuntu-10.04
我正在使用Ubuntu10.10操作系统,我已经下载了eclipse-jee-helios-SR1-linux-gtk-x86_64.tar.gz.我的电脑是64位机器.
当我解开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
Run Code Online (Sandbox Code Playgroud)
有人可以帮我找出这里出了什么问题
在此先感谢您的帮助
jpk*_*ing 45
我敢打赌,你使用的是带有x86_64 JVM的x86 Ubuntu.要确保您的Ubuntu是64位,请运行以下命令:
$ uname -i
Run Code Online (Sandbox Code Playgroud)