Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在我的 Ubuntu 上安装了 net-beans 7.3。在启动 net-beans 时,它说jdk is missing,虽然我已经安装了 openjdk7。
在终端上运行javac 和 java命令会给出适当的结果。
它要求在没有 jdk 的情况下继续,然后所有模块都被禁用。只剩下 c++ 和 php 来编写代码。任何人都可以帮忙。我的目标是开发一个 J2EE 应用程序。谢谢
在编辑器中打开 ${nb-install}/etc/netbeans.conf,然后将 netbeans_jdkhome 设置为指向 JDK 安装目录(对于 Ubuntu,应该是在 /usr/lib/jvm 中引用“jdk”的目录。)或者,您可以使用 Netbeans 的 --jdkhome 命令行选项提供 JDK 路径。