Re: gradle: any way to specify JAVA_HOME for use with gradle?

2022-09-11 Thread Ernie Rael
Thanks Moacir and Scott, I ended setting org.gradle.java.home in gradle.properties. command line "gw clean build" works. Was getting exceptions using toolchain, possibly because of my use of non-standard compiler. I'd prefer toolchain and avoid specifying path in gradle.properties. So I can

Re: gradle: any way to specify JAVA_HOME for use with gradle?

2022-09-11 Thread Scott Palmer
Perhaps best way to deal with this is to use the Gradle feature to set the tool chain version. In your build.gradle file do this: java { toolchain { languageVersion = JavaLanguageVersion.of(17) } } See: https://docs.gradle.org/current/userguide/toolchains.html#header Scott >

RE: Version 15 won't start

2022-09-11 Thread Tim West
Aha, that was the clue. Just upgraded JDK to latest version, reinstalled and all is working okay again. Many thanks for your help. Tim From: Geertjan Wielenga Sent: 11 September 2022 12:11 To: Tim West Cc: users@netbeans.apache.org Subject: Re: Version 15 won't start What

Re: NB 15 seems to support Gradle Multi-Projects much better!

2022-09-11 Thread Geertjan Wielenga
Excellent, spread the word, Twitter, etc. Gj On Sun, 11 Sep 2022 at 13:17, Andreas Reichel < andr...@manticore-projects.com> wrote: > Greetings, > > just a quick heads-up: my rather complex Gradle Multi-projects are loaded, > analyzed and executed flawlessly with NB 15. > (Previous versions

RE: Version 15 won't start

2022-09-11 Thread Tim West
Not sure, presumably the one that came as part of the install. I changed nothing, just installed using the Windows x64 installer. Tim From: Geertjan Wielenga Sent: 11 September 2022 12:11 To: Tim West Cc: users@netbeans.apache.org Subject: Re: Version 15 won't start What

NB 15 seems to support Gradle Multi-Projects much better!

2022-09-11 Thread Andreas Reichel
Greetings, just a quick heads-up: my rather complex Gradle Multi-projects are loaded, analyzed and executed flawlessly with NB 15. (Previous versions struggled with complex Gradle configurations.) Big thank you and shout out to the Netbeans team! Its time to come back and use Netbeans again!

Re: Version 15 won't start

2022-09-11 Thread Geertjan Wielenga
What version of the JDK are you using? Gj On Sun, 11 Sep 2022 at 13:10, Tim West wrote: > Hi, > > > > I've been using Netbeans 12.6 for some while and today installed 15 > however, although the splash screen shows modules loading etc when the main > program interface opens it is blank and

Version 15 won't start

2022-09-11 Thread Tim West
Hi, I've been using Netbeans 12.6 for some while and today installed 15 however, although the splash screen shows modules loading etc when the main program interface opens it is blank and becomes unresponsive. Any ideas how I go about getting version 15 running? Many thanks