关于安装netbeans 找不到JDK的问题解决
在终端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……
安装向导窗口正常跳出。
- 最新评论