Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
Right now you seem to have several different JDKs and other things installed. You need a clean environment now, one that you understand, and one that can be understood. You need to be able to run ‘java’ and ‘javac’ anywhere, i.e., the JDK needs to be on the path of your system, not relative to som

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
Just delete and uninstall everything and install the JDK from scratch. Don’t set up NetBeans until you can run java and javac from the command line. Gj Sent from my iPhone > On 4 Jun 2019, at 17:11, Eef Custers wrote: > > Hi Geertjan, > > Concerning the jdk directory, I didnot use the standa

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Eef Custers
Hi Geertjan, Concerning the jdk directory, I didnot use the standard directory. This "c:\java_lib" directory also contains the javafx libraries. In a command-box I ran: C:\Tools\netbeans-11.0\bin>javac -version javac 12.0.1 C:\Tools\netbeans-11.0\bin>java -version java version "1.8.0_212" Java(

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
I believe that that indicated something about Linux, while you're on Windows. Maybe your JDK distribution is for Linux, and this looks strange too, in your netbeans.conf: netbeans_jdkhome="c:\java_lib\jdk-12.0.1\" I.e., are you sure Java is installed correctly? What happens when you run 'javac

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
One thing that looks strange is this in messages.log: java.io.FileNotFoundException: C:\proc\self\exe (The system cannot find the path specified) at java.base/java.io.RandomAccessFile.open0(Native Method) at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:347) at java.base/java.io.Ra

Re: Netbeans Application Platform for Java / Open JDK11

2019-06-04 Thread Geertjan Wielenga
Should be fine at this point, try it, we’ll update that documentation. Gj On Tue, 4 Jun 2019 at 07:47, Alexander Faust wrote: > Hello, > > Is it possible to build the Apache Netbeans Application Platform with > Java / Open JDK 11? > > The "Building from source" tutorial still shows: Oracle’s J

Netbeans Application Platform for Java / Open JDK11

2019-06-03 Thread Alexander Faust
Hello, Is it possible to build the Apache Netbeans Application Platform with Java / Open JDK 11? The "Building from source" tutorial still shows: Oracle’s Java 8 or Open JDK v8. https://netbeans.apache.org/download/nb110/nb110.html The problem is i can't change the source level of any module ab