Hi,
Is there a way around this error message when I run “Debug File”?
Br,
//mike
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
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