gluonhq / gluonfx-maven-plugin

Plugin that simplifies creating native images for Java/JavaFX maven projects
BSD 3-Clause "New" or "Revised" License
186 stars 38 forks source link

When you package JavaFX with Graalvm, you cannot package the dll files in the dependencies #492

Open Changbaiqi opened 9 months ago

Changbaiqi commented 9 months ago

The error raised here stems from the following dependencies

`

com.melloware jintellitype 1.4.1

`

I did not report any errors when I ran the jar after packaging, but the following error occurred when I ran the JAR after packaging with gluonfx. image

Lilianne-Blaze commented 8 months ago

Are you sure you have the needed dll declared in resource-config.json?