Can I use Netbeans with Java 9?

1

I have Netbeans 8.2 on Windows and I just installed JDK and JRE 9.04 . Now Netbeans does not start. The window appears:

followed by:

if I hit the "Yes" button.

From what I was watching Netbeans 8.2 it does not work with Java 9. I tried to download the installer of a development version of Netbeans (netbeans-trunk-nightly-201803030002-javase-windows), but it launches the following window:

Is there a way to make Netbeans work and if so, will it give me problems with the features that are incorporated in Java 9?

    
asked by Orici 04.03.2018 в 00:46
source

2 answers

0

Notice that in the environment variables this is pointed to the folder where you have the sdk installed. If I remember correctly, the variable is called JAVA_HOME. It may be that. Greetings.

    
answered by 04.03.2018 в 02:14
0

You must download the development version , that's where I tried it, but beware, < strong> do not uninstall your version of Java 8, because while it does not fully support Java 9 to work it needs the rt to lift the netbeans.

More information about Java 9 support here .

February 15 released the beta version of netbeans 10 already by Apache, you can download it here , and read more about it here .

I'll add a Java 9 tutorial that I created in 2016, Some things have surely changed since then, two months ago I worked with

answered by 04.03.2018 в 06:14