Installing NetBeans 8.0.2 with JDK 9.0.1

后端 未结 2 1539
太阳男子
太阳男子 2020-12-21 13:50

When I try to install NetBeans 8.0.2 on my PC (Win10-64bit) I get the error message:

despite that I already installed JDK 9.0.1, as evident in the command p

2条回答
  •  旧时难觅i
    2020-12-21 13:57

    As mentioned, you are getting error when trying to install NetBeans, in that case you can specify the JDK at command line

    .exe --javahome "C:\Program Files\Java\jdk1.9.0"
    

    FaqSuitableJvmNotFound

提交回复
热议问题