On Wed, 21 Sept 2022 at 04:34, steve young <[email protected]> wrote: > [java] WARNING: Illegal reflective access by > org.openide.util.RequestProcessor$TopLevelThreadGroup > (file:/C:/Users/Steve/Documents/GitHub/JMRI/lib/org-openide-util-RELEASE150.jar) > to method sun.awt.AppContext.getAppContext() > > Where's the best place to report this?
I assume this is not from the IDE but your own software from the look of that message? You need to add in relevant add-exports and add-opens similar to those found in netbeans.conf. Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
