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

2022-09-21 Thread steve young
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

Re: Re: NB 15 no linux installer anymore?

2022-09-21 Thread Neil C Smith
On Wed, 21 Sept 2022 at 12:58, Eric Bresie wrote: > Is there any kind of issue for what’s wrong with the Linux installer? Nothing that collates them all as far as I know. There are a bunch of things that have been brought up in other issues / vote threads related. Incorrect JDK detection is

Re: Re: NB 15 no linux installer anymore?

2022-09-21 Thread Eric Bresie
Is there any kind of issue for what’s wrong with the Linux installer? Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On September 17, 2022 at 8:21:41 AM CDT, Neil C Smith (mailto:neilcsm...@apache.org)> wrote: > On Thu, 15 Sept 2022 at 17:34, Bradley Willcott

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.getAppContext() > >