beryx-gist / badass-runtime-example-javafx

A small JavaFX application that shows how to use the Badass Runtime Plugin
Apache License 2.0
26 stars 3 forks source link

jre Failed . #12

Closed ghost closed 4 years ago

ghost commented 4 years ago

when I build jpackage in ubuntu.

It comes like this

1

How can I solve this ?

Srijan-Sengupta commented 4 years ago

I also faced the same problem. But when I changed my JDK , keeping the version same, It worked correctly. I use Zulu JDK

ghost commented 4 years ago

I tried but the same error.

siordache commented 4 years ago

As @Srijan-Sengupta already said, you need to install another JDK. See this discussion: https://github.com/beryx/badass-jlink-plugin/issues/111. See also this and this.