Re: NetBeans 16 running on JDK 17 + Gradle 7.5/Java 11 not working

2023-01-25 Thread Thomas Kellerer
László Kishalmi schrieb am 25.01.2023 um 21:26: > You are most probably seeing https://github.com/apache/netbeans/pull/5271 > It is fixed in NB17 which has the first rc available last week, > or as a workaround use an up-to date Java 17 (Java 17.0.6) wich has a dot in > it's version. Ah, great. U

Re: NetBeans 16 running on JDK 17 + Gradle 7.5/Java 11 not working

2023-01-25 Thread László Kishalmi
You are most probably seeing https://github.com/apache/netbeans/pull/5271 It is fixed in NB17 which has the first rc available last week, or as a workaround use an up-to date Java 17 (Java 17.0.6) wich has a dot in it's version. On Wed, Jan 25, 2023 at 12:39 AM Thomas Kellerer wrote: > Hello, >