The JDK is missing and is required to run some NetBeans modules

后端 未结 9 1509
渐次进展
渐次进展 2020-12-24 01:12

Complete error message: 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 ht

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 01:50

    When netbeans has problems trying to find the path of the jdk, it's mainly because the version of the jdk does not match. Open the file C:\Program Files\NetBeans 8.2\etc\netbeans.conf, and verify that netbeans_jdkhome = "C:\Program Files\Java\jdk1.8.0_111".

提交回复
热议问题