Re: Unsubscribe

2022-02-22 Thread jsbiff
Charles, You emailed your unsubscribe request to the wrong email address. You sent it to the list. See the text below, for the proper email address. > > > - > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org >

Unsubscribe

2022-02-22 Thread Charles Johnson
- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit:

Re: Netbeans overrides Gradle's own JAVA_HOME

2022-02-22 Thread Ulrich Mayring
Am 22.02.22 um 11:43 schrieb Neil C Smith: On Tue, 22 Feb 2022 at 10:35, Ulrich Mayring wrote: It appears that Netbeans sets its own JDK definition as JAVA_HOME for every build. Does anyone know how to prevent this override? Use Tools / Java Platforms and register the right JDK. Set this as

Re: Netbeans overrides Gradle's own JAVA_HOME

2022-02-22 Thread Neil C Smith
On Tue, 22 Feb 2022 at 10:35, Ulrich Mayring wrote: > It appears that Netbeans sets its own JDK definition as JAVA_HOME for > every build. Does anyone know how to prevent this override? Use Tools / Java Platforms and register the right JDK. Set this as the JDK to use in the project properties

Netbeans overrides Gradle's own JAVA_HOME

2022-02-22 Thread Ulrich Mayring
Hi all, when I run my Spring Boot Gradle 7.2 project from Netbeans 12.6, I am getting output like this: JAVA_HOME="/etc/alternatives/java_sdk_11" cd /myworkpath/mygradleproject/mysubproject; ../gradlew -x check -x test bootRun The application then runs under JDK 11. This is even though I