gluonfx-maven-plugin icon indicating copy to clipboard operation
gluonfx-maven-plugin copied to clipboard

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

Open Changbaiqi opened this issue 8 months ago • 1 comments

The error raised here stems from the following dependencies

<dependency> <groupId>com.melloware</groupId> <artifactId>jintellitype</artifactId> <version>1.4.1</version> </dependency>

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

Changbaiqi avatar Oct 07 '23 10:10 Changbaiqi

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

Lilianne-Blaze avatar Nov 21 '23 22:11 Lilianne-Blaze