Re: Running local build under JDK 9?

2018-01-07 Thread Antonio
On Unix like systems: cd /the/netbeans/directory ant ./nbbuild/netbeans/bin/netbeans --jdkhome /the/path/to/jdk9/ Cheers, Antonio On 08/01/18 06:33, cowwoc wrote: Following up on https://issues.apache.org/jira/browse/NETBEANS-238 is there a way to get "ant tryme" to use JDK 9 instead of JDK

Re: Running local build under JDK 9?

2018-01-07 Thread Geertjan Wielenga
There’s no need to use ‘ant tryme’ at all. Once you have built NetBeans via ‘ant’, you have a complete NetBeans installation including executables in ‘nbbuild/netbeans’. Gj On Monday, January 8, 2018, cowwoc wrote: > Following up on

Running local build under JDK 9?

2018-01-07 Thread cowwoc
Following up on https://issues.apache.org/jira/browse/NETBEANS-238 is there a way to get "ant tryme" to use JDK 9 instead of JDK 8? This is needed for verifying fixes to bugs prior to merging. Thank you, Gili - To