can't create an image using jpackage and javafx
Michael Hall
mik3hall at gmail.com
Fri Feb 22 11:08:01 UTC 2019
> On Feb 21, 2019, at 11:40 PM, Edoardo Panfili <edoardo at aspix.it> wrote:
>
> Il 21/02/19 22:39, Michael Hall ha scritto:
>>
>>
>>> On Feb 20, 2019, at 12:57 PM, Edoardo Panfili <edoardo at aspix.it <mailto:edoardo at aspix.it>> wrote:
>>>
>>> LSOpenURLsWithRole() failed with error -10810 for the file /Users/edoardo/Desktop/java-next/asteroidi/Asteroids.app.
>>
>> That sounds like maybe an error from the open command - not necessarily the application error.
>> Does this from Terminal show anything different…
>>
>> /Users/edoardo/Desktop/java-next/asteroidi/Asteroids.app/Contents/MacOS/Asteroids
>>
> module asteroidi does not have a ModuleMainClass attribute, use -m <module>/<main-class>
>
> maybe my command to create the image was wrong? "jpackage create-image --output . --name Asteroids --main-class gioco.Angoli --module asteroidi --module-path $PATH_TO_FX_MODS:mods "
>
> thank you
>
> Edoardo
>
I’m not that familiar w/ modular. Someone else will have to answer that.
More information about the core-libs-dev
mailing list