Il 21/02/19 22:39, Michael Hall ha scritto:
On Feb 20, 2019, at 12:57 PM, Edoardo Panfili <edoa...@aspix.it
<mailto:edoa...@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