在终端cd到netbeans下载放置的目录,输入./netbeans-6.1-javaee-linux.sh,出现了找不到jdk错误信息:

 

Configuring installer...

Search JVM on the system...

Java SE Development Kit (JDK) was not found on this computer

JDK 6 or JDK 5 is required for installing the NetBeans IDE. Make sure that the JDK is properly installed and run installer again.

You can specify valid JDK location using --javahome installer argument.

 

To download the JDK, visit http//java.sun.com/javase/downloads

 

在Ubuntu下已经安装了JDK5和JDK6,怎么会一个都找不到,难道是两者同时安装了对netbeans有冲突,使得netbeans一个都找不到,或不知道使用哪一个jdk。

 

幸好提示信息里有个使用 --javahome 安装参数指定JDK安装位置

 

接着在终端输入 ./netbeans-6.1-javaee-linux.sh --javahome /usr/lib/j2sdk1.6-sun

 

Configuring installer...

Search JVM on the system...

Extracting installation data...

Running installer wizard...

 

安装向导窗口正常跳出。

(责任编辑:A6)

本站文章仅代表作者观点,本站仅传递信息,并不表示赞同或反对.转载本站点内容时请注明来自-Linux伊甸园。如不注明,将根据《互联网著作权行政保护办法》追究其相应法律责任。

--------------------next---------------------