Eduardo Betanzos
Eduardo Betanzos
> Half of the dependencies are not present and i don't know why. By "dependencies" do you mean Maven dependencies?
If you have this error when running the `jpackage` command then the error is not related to this plugin. Nowadays this plugin allows to run two java-related commands: `java` (when...
Hi @fanyify @LaurentJeanpierre1, can you share a full console output using the -X option?
> When I try to compile the HelloFX app with > > `mvn javafx:compile` > > I am getting an error > > `[ERROR] Could not find goal 'compile' in...
When we use `jlink` we create a custom JRE image which put all modules (jars included) into a big file located in $CUSTOM_JRE_IMAGE/lib/modules folder. So, your project code, its dependencies...
If you want to run the JAR via `java -jar` (this is via CLASSPATH) you need to define the main class in JAR MANIFEST (look at [this for examples](https://www.baeldung.com/executable-jar-with-maven)). Needed...
Para nada, ojalá pueda seguir colaborando.