简体   繁体   中英

netbeans 7.3 start up on ubuntu

I have installed net-beans 7.3 on my Ubuntu. On start-up of net-beans, It says that jdk is missing , though I have installed openjdk7.

running javac and java commands on the terminal give appropriate results.

It asks to continue without jdk and then all modules are disabled. Only c++ and php are left to code with. Can anyone help. I aim to develop a J2EE application. Thanks

在编辑器中打开$ {nb-install} /etc/netbeans.conf,然后将netbeans_jdkhome设置为指向JDK安装目录(对于Ubuntu,应该是/ usr / lib / jvm中的引用“ jdk”的目录。)使用NetBeans的--jdkhome命令行选项提供JDK路径。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM