Re: [MJLINK] Create JavaFX application runtime

2021-04-02 Thread Benjamin Marwell
Glad it helped! I was thinking maybe this should be filed as an issue at the javafx mailing list. On Thu, 1 Apr 2021, 22:59 Abhinay, wrote: > Hi Robert, > > The issue can be reproduced using theJavaFX application hosted on Github >

Re: [MJLINK] Create JavaFX application runtime

2021-04-01 Thread Abhinay
Hi Robert, The issue can be reproduced using theJavaFX application hosted on Github . It uses the maven-jlink-plugin to create a native image and fails. Ben's example hosted at https://github.com/alttpj/MemeforceHunt does work and

Re: [MJLINK] Create JavaFX application runtime

2021-04-01 Thread Benjamin Marwell
Also had troubles, but in the end I got it working. You can use my simple GUI app for ROM manipulation as a template if you like. https://github.com/alttpj/MemeforceHunt It's a bit complicated as multiple OSes need to be supported. HTH Ben On Thu, 1 Apr 2021, 08:16 Abhinay Agarwal, wrote: >

Re: [MJLINK] Create JavaFX application runtime

2021-04-01 Thread Robert Scholte
I'm missing a project to reproduce the issue, but I would expect that adding provided on those dependencies would fix it. Robert On 1-4-2021 08:16:06, Abhinay Agarwal wrote: Hi, I tried to create runtime images for JavaFX applications using maven-jlink-plugin. The jlink:jlink goal fails as som

[MJLINK] Create JavaFX application runtime

2021-03-31 Thread Abhinay Agarwal
Hi, I tried to create runtime images for JavaFX applications using maven-jlink-plugin. The jlink:jlink goal fails as some JavaFX dependencies are "Automatic Modules". More information on this can be found here: https://github.com/abhinayagarwal/maven-jlink-plugin-javafx/blob/master/README.md m