Re: NetBeans 9 RC1 and JDK 10

2018-07-03 Thread Peter Hull
On Tue, Jun 26, 2018 at 11:11 AM Peter Hull wrote: > I agree and I filed an issue (hopefully that was the right thing to do...) > https://issues.apache.org/jira/browse/NETBEANS-999 Looks like this has been resolved and a pull request has been made.

Re: NetBeans 9 RC1 and JDK 10

2018-06-26 Thread Peter Hull
On Tue, Jun 26, 2018 at 10:09 AM Luff,Chris wrote: > @Dreamteam, does a feature exist so that be changed to a lightbulb instead of > a warning or is it something I need to get onto the backlog? I agree and I filed an issue (hopefully that was the right thing to do...)

Re: NetBeans 9 RC1 and JDK 10

2018-06-26 Thread Luff,Chris
Hey Peter, yes you need to add the other JDKs to the Java Platforms from the Tools menu. Additionally, in the project properties ensure you have set the compile JDK, that is what Netbeans will use. The source binary should match especially if you want type inference to work. I have it running

Re: NetBeans 9 RC1 and JDK 10

2018-06-26 Thread Geertjan Wielenga
Apache NetBeans can run on JDK 8, 9, or 10. Only for building it is JDK 8 required. Gj On Tue, Jun 26, 2018 at 10:45 AM, Peter Hull wrote: > I've downloaded and have been using RC1. Overall it's working very well for > me. > I have a quick question - is it possible to develop for a different

NetBeans 9 RC1 and JDK 10

2018-06-26 Thread Peter Hull
I've downloaded and have been using RC1. Overall it's working very well for me. I have a quick question - is it possible to develop for a different JDK than the one that NetBeans itself is running on? NB is using JDK 1.8 but I have set up a "JDK 10" platform. I can select this and choose JDK10 as