You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was building a JavaFX app for Drifty project. I am using GluonFX-Maven-Plugin to build native images for the app.
Problem
A problem arises when I pass -o Drifty GUI as a native-image arg in the plugin configuration.
The GraalVM part of the plugin's process runs smooth. But, after this step, the plugin tries to find a C object with the name identical to the main class name, which it fails to find. Hence, it throws an error as shown below -
A feature can be included in the plugin to get the name of the App (in this case Drifty GUI) from the pom file, and search for it in the target directory.
I was building a JavaFX app for Drifty project. I am using GluonFX-Maven-Plugin to build native images for the app.
Problem
Possible Solution
A feature can be included in the plugin to get the name of the App (in this case Drifty GUI) from the pom file, and search for it in the target directory.
My pom.xml file
The text was updated successfully, but these errors were encountered: