Re: JDK 9 & NB build

2017-11-15 Thread Anton Epple
That is correct, but the build itself tells you to do set nbjdk.home, which is wrong, so the description or better the message from ant should be updated. Am 15.11.17, 15:12 schrieb "Geertjan Wielenga" : How I do it on mac is: 1. I have JDK 9 installed. 2. In the termina

Re: JDK 9 & NB build

2017-11-15 Thread Geertjan Wielenga
How I do it on mac is: 1. I have JDK 9 installed. 2. In the terminal, I do export JAVA_HOME=`/usr/libexec/java_home -v 1.8` 3. Then in the same terminal I run 'ant' to build the NetBeans sources. Gj On Wed, Nov 15, 2017 at 2:05 PM, Anton Epple wrote: > Hi, > > > > the description on git incu

JDK 9 & NB build

2017-11-15 Thread Anton Epple
Hi, the description on git incubator-netbeans suggests to have both JDK 9 and JDK 8 installed when building NB from sources. On mac this can cause problems, so the description should maybe be updated with instructions to make it work: When you start the build with JDK 9 installed, you get