TMC bean:JDK 缺失,运行 某些 NetBeans 模块需要
TMC beans: The JDK is missing and is required to run some NetBeans modules
我是编程新手,开始了MOOC.FI课程(https://www.mooc.fi/en/installation/netbeans)我是运行 Windows 10.我下载了两个TMC beans 1.4.0,作为以及带有 Hotspot 11.0.12+7(x64) 的 Eclipse Temurin JDK。
当我打开 Netbeans 时,它显示
The JDK is missing and is required to run some NetBeans modules Please
use the --jdkhome command line option to specify a JDK installation or
see http://wiki.netbeans.org/FaqRunningOnJre for more information.
我试过了:
- 正在卸载并重新下载 JDK 和 TMC bean。
- 正在更改 tmcbeans.conf 文件,将文件更改为:
#jdkhome="C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot"
- 添加:
netbeans_jkdhome="C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot"
两者都没有阻止 TMC Beans 返回相同的消息。
编辑:
问题已解决,我从https://adoptopenjdk.net/archive.html?variant=openjdk11&jvmVariant=openj9
下载了带热点的OpenJDK 8
然后,我添加了这一行
'jdkhome="C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot"' 到 tmcbeans.conf 文件。我在 C:\Program Files\TMCBeans\etc.
找到了它
此后,该消息不再出现。
您是否尝试过从 - https://adoptopenjdk.net/archive.html?variant=openjdk11&jvmVariant=openj9 下载旧版 JDK?
编辑 20/08/21
赫尔辛基大学已经意识到这个问题,他们正在努力解决它。
我是编程新手,开始了MOOC.FI课程(https://www.mooc.fi/en/installation/netbeans)我是运行 Windows 10.我下载了两个TMC beans 1.4.0,作为以及带有 Hotspot 11.0.12+7(x64) 的 Eclipse Temurin JDK。
当我打开 Netbeans 时,它显示
The JDK is missing and is required to run some NetBeans modules Please use the --jdkhome command line option to specify a JDK installation or see http://wiki.netbeans.org/FaqRunningOnJre for more information.
我试过了:
- 正在卸载并重新下载 JDK 和 TMC bean。
- 正在更改 tmcbeans.conf 文件,将文件更改为: #jdkhome="C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot"
- 添加: netbeans_jkdhome="C:\Program Files\Eclipse Foundation\jdk-11.0.12.7-hotspot"
两者都没有阻止 TMC Beans 返回相同的消息。
编辑:
问题已解决,我从https://adoptopenjdk.net/archive.html?variant=openjdk11&jvmVariant=openj9
下载了带热点的OpenJDK 8然后,我添加了这一行 'jdkhome="C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot"' 到 tmcbeans.conf 文件。我在 C:\Program Files\TMCBeans\etc.
找到了它此后,该消息不再出现。
您是否尝试过从 - https://adoptopenjdk.net/archive.html?variant=openjdk11&jvmVariant=openj9 下载旧版 JDK?
编辑 20/08/21 赫尔辛基大学已经意识到这个问题,他们正在努力解决它。