On Fri, 21 Feb 2025 at 15:56, Patrik Karlström <pat...@trixon.se> wrote: > I don't fully understand all the steps related to this procedure but when I > used RELEASE250 in my platform apps I noticed the error message below when > exiting the program. > As it turns out it's there for NetBeans 25 also when started with > netbeans -J-Dnetbeans.logger.console=true
I haven't noticed this with the platform. It's expected in NetBeans because the conf has -J-Djava.lang.Runtime.level=FINE Is something in your application setting up the same logging levels? Having this enabled in the IDE is to get a stack trace in the log if something unexpectedly calls System.exit() etc. and causes the IDE to exit, as this can no longer be prevented. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists