0 0

求教!ubuntu90.04下myeclipse的安装报错30

现说下我的配置:64位的机器,ubuntu是9.04,myeclipse用的是MyEclipse_6_0_1GA_E3_3_1_Installer.bin。
jdk是jdk-6u13-linux-x64.bin。

在安装的时候报错:
root@nseer-au1-desktop:~# sudo sh MyEclipse_6_0_1GA_E3_3_1_Installer.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

exec: 2481: /tmp/install.dir.11423/Linux/resource/jre/bin/java: not found

显示java找不到,但是我的jdk安装成功了
nseer-au1@nseer-au1-desktop:~$ java -version
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02, mixed mode)

我在网上也找了相应的原因,网上有一个,说是JVM要配置,我也安要求作了,但是还是没好,已经调了3天了,jdk都重新装过了,还是不能用啊,就差重装系统了,拜托那位指导一下!把我的分全给了!
2009年5月22日 13:15

1个答案 按时间排序 按投票排序

0 0

cd /etc
gedit profile
在profile文件中添加:

export JAVA_HOME=/JDK安装路径

export PATH=$JAVA_HOME/bin:

export JRE_HOME=$JAVA_HOME/jre


试试看有用么!

2009年5月25日 15:20

相关推荐

Global site tag (gtag.js) - Google Analytics