Re: NetBeans 16, Gradle 7.5 and "Run File"

2023-02-02 Thread Thomas Kellerer
Ah, great. Thanks It's not a big deal, I can wait for 17 Laszlo Kishalmi schrieb am 03.02.2023 um 04:19: > This issue is fixed in the upcoming NetBeans 17 (The NetBeans 17-rc3 just got > out). > > Otherwise you can declare your own runSingle task in your Gradle Project. > > On 2/1/23 23:35, Tho

Re: NetBeans 16, Gradle 7.5 and "Run File"

2023-02-02 Thread Laszlo Kishalmi
This issue is fixed in the upcoming NetBeans 17 (The NetBeans 17-rc3 just got out). Otherwise you can declare your own runSingle task in your Gradle Project. On 2/1/23 23:35, Thomas Kellerer wrote: I use NetBeans 16 with Gradle 7.5.1, Java 11. When I run a class with a main method ("Run File"

NetBeans 16, Gradle 7.5 and "Run File"

2023-02-01 Thread Thomas Kellerer
I use NetBeans 16 with Gradle 7.5.1, Java 11. When I run a class with a main method ("Run File") I get this exception in the output window: JAVA_HOME="C:\etc\open-jdk-11" cd **; ..\gradlew.bat --configure-on-demand -PrunClassName=com.mypackage.RunMe -s -x check -x test runSingle