Can't create project on Netbeans 8.2

后端 未结 11 797
终归单人心
终归单人心 2020-12-04 08:24

I have windows 10 OS, I just downloaded JDK 9, and Netbeans 8.2 version with All features. When I want to create (Java) project, it just can\'t do it. Doesn\'t give me an er

11条回答
  •  青春惊慌失措
    2020-12-04 08:28

    Java SE Development Kit 9 is not compatible with the Netbeans IDE 8.2.

    My Solution:

    1. Delete the current JDK 9
    2. Install this previous trust version of JDK: JDK 8
    3. Modify the following file: \Program Files\NetBeans 8.2\etc\netbeans.conf to the given folder path of the newly installed JDK 8: netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_151" (example)

提交回复
热议问题