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
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 (u
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 ha