Issue
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 error or something, just this blank screen.
What could be problem here, so I can't create any project ?
Solution
- You can solve your problem by deleting folder
JDK-9
. - Restart Netbeans.
- It will give you a message if you want to use the default version of JDK.
- Press
yes
orok
.
Or you can remove JDK-9
from your pc and install JDK-8
.
Answered By - nada
Answer Checked By - David Goodson (JavaFixing Volunteer)