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"

Re: Import Suggestions not working outside local module?

2023-02-02 Thread Adrian Blakey
I have exactly the same issue - except it's jdk 11 on arch-linux. Best Adrian On Tue, Jan 31, 2023 at 9:49 AM Karl Beckers wrote: > Hi, > > so, this is on NB 16 with OpenJDK 17 in a Maven project. > > I'm trying to have a java module of my own with test classes in the same > module/packages. >