Hi Neil,
Thanks so much for the quick response and the correct assumption in that it's
being used as an import. -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED fixes
the issue.
Thanks for the pointer, really appreciated,Steve.
On Wednesday, 21 September 2022 at 09:42:01 BST, Neil C Smith
<[email protected]> wrote:
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