Wednesday, 15 June 2011

java 9 - Netbeans - Can not install jdk 1.9.0 Build b53 -


I am trying to install JDK 1.9.0 release release package to experiment with Netbeans 8. I realized that jdk is not installed (jdk1.9.0 inside jdk1.9.0 folder is not a jr folder) without personal jr. And Netbeans do not work. After selecting the jdk1.9 field below the class tab in the Java Platform Manager, there is no platform classpath. See the picture below.

Enter image details here

jre1.9.0 folder only Has been set up as a separate folder. What can I do about it so that I can compile and run my programs?

There will not be a JR folder in JDK 9, because it is reconstruction, besides you really do not need it Because all the files in JDK are compiled and executed.

Internal files of JDK and format have also been changed, no IDE will work, unless it is updated in Java 9 support.


No comments:

Post a Comment