beryx-gist / badass-runtime-example-javafx

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

error when open javafx app. #29

Closed ghost closed 3 years ago

ghost commented 3 years ago

erjp

I download installer from https://github.com/beryx-gist/badass-runtime-example-javafx/actions/runs/371006927 .

after I install , it comes an error like this

hs_err_pid4540.log

Srijan-Sengupta commented 3 years ago

Hey @parasuraam is it 32-bit OS running in some VM?

ghost commented 3 years ago

I am using windows 64 bit .

siordache commented 3 years ago

The error seems to be caused by this bug.

The bug is fixed in JDK 16, but Gradle doesn't support it yet. That's why I cannot configure the GitHub Action to build the installer with Java 16.

Srijan-Sengupta commented 3 years ago

Yes @siordache you are correct!