Re: Illegal reflective access by org.openide.util.RequestProcessor

2022-09-21 Thread steve young
wrote: On Wed, 21 Sept 2022 at 04:34, steve young 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) &g

Re: Illegal reflective access by org.openide.util.RequestProcessor

2022-09-21 Thread Neil C Smith
On Wed, 21 Sept 2022 at 04:34, steve young 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.g

Illegal reflective access by org.openide.util.RequestProcessor

2022-09-20 Thread steve young
Hey folks, I'm seeing       [java] WARNING: An illegal reflective access operation has occurred      [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

Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
Thanks Neil.. using those options stopped that particular warning.. I will have to weed out which ones we don’t need but on my testing our app started up and we no longer get that error. However, I am now seeing this in our logs. WARNING: No interface org.openide.util.spi.SVGLoader instance

Re: JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Neil C Smith
On Wed, 23 Jun 2021 at 18:21, Tim Mullé wrote: > We recently switched our application to run in JDK11 and we are seeing this > warning in our logs. > I tried updating to the latest 124 maven reference but that didn’t seem to > help. You might want to look at which of the add-opens /

JDK11 - WARNING: Illegal reflective access by org.openide.util.RequestProcessor

2021-06-23 Thread Tim Mullé
: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.openide.util.RequestProcessor$TopLevelThreadGroup .. to method sun.awt.AppContext.getAppContext() WARNING: Please consider reporting this to the maintainers of org.openide.util.RequestProcessor