java.io.IOException: Cannot run program "C:\Program Files\Zulu\zulu-15\bin\java.exe" (in directory "C:\Users\eraonel\git\apps"): CreateProcess error=206, The filename or extension is too long

2022-12-13 Thread Mikael Petterson
Hi, Is there a way around this error message when I run “Debug File”? Br, //mike

File's run/debug doesn't work with --enable-preview

2022-12-13 Thread Ernie Rael
With JDK19/NB16, maven project, I can compile and the run/debug buttons work. But if I use Run/debug file, error because preview not enabled. Ah, I finally see that the file actions, in project properties, didn't have --enable preview. Guess I must have added them to the actions for run/debug

Re: Stack Trace hyperlinks no longer working in NetBeans

2022-12-13 Thread Michael Bien
here is an attempt to fix a few things in that area: https://github.com/apache/netbeans/pull/5091 links which lead to JDK code should now work, but there was also a bug in the module name parsing code, which was probably the cause why it didn't work in your case. A dev-build is linked from th