Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-04 Thread Laszlo Kishalmi
Indeed you are right! It seems the bootclasspath is set to the runtime classpath, that means the Java 21 syntax elements would be available in the editor, but the new API won't. Oh, so many things to do... On 12/4/23 16:41, Ernie Rael wrote: Thanks for the discussion Laszlo, After reading

Re: Java version: 21 ... not supported by Gradle 8.5

2023-12-04 Thread Ernie Rael
Thanks for the discussion Laszlo, After reading your post (more than once) I tried a variety of different things, including settings the toolchain version to "21" and also "options.release = 21" for the hell of it. gradleproject1:lib > properties > Sources > Source/Binary Format is 21.

Release 20 Windows Installer

2023-12-04 Thread Peter Hull
Hi, I wanted to install NB20 on Windows so I went for the .exe installer. Edge gave me a warning that it might harm my computer and (after I checked the SHA512 was OK!) when I tried to install it, Windows said it was from an Unknown Publisher. Has NB never signed these installers or is it

Re: Form designer issue with Maven NB app

2023-12-04 Thread Jerome Lelasseux
Found the problem:  I changed some package base names while doing the Maven migration, and forgot to process the .form files accordingly.  Silly me Le dimanche 3 décembre 2023 à 21:15:09 UTC+1, Jerome Lelasseux a écrit : Hi, I migrated my NB app from Ant to Maven, when I run the