javafx-maven-plugin
javafx-maven-plugin copied to clipboard
Maven plugin to run JavaFX 11+ applications
### Version 0.0.8 ### Description Apache Commons Exec launches the process in a separate thread (slightly related to [EXEC-121](https://issues.apache.org/jira/browse/EXEC-121)), so what could happen is that before the JavaFX process is...
Debugging with NetBeans IDE works without problems, but I can't get any further with the intellij IDEA This problem is similar to [Issue 55](https://github.com/openjfx/javafx-maven-plugin/issues/55) has anyone found a working workaround...
This PR fixes openjfx/javafx-maven-plugin#62: - moves the addition of path exceptions to classpath outside of the block that only executes if the JavaFX app contains a `module-info.java` - fixes a...
Add a package option to make an installer with jpackage
Could you please add a parameter for the `jlink --include-locales` option? (see https://docs.oracle.com/en/java/javase/19/docs/specs/man/jlink.html) It can be used to shrink the generated jlink image by only include locales which are needed.
While migrating to JDK 21, I encountered the following warning using Java/FX 21.0.2, Maven 3.9.6, and javafx-maven-plugin 0.0.8: ``` $ mvn clean javafx:jlink … [INFO] --- javafx:0.0.8:jlink (default-cli) @ sample...
When I use `println()` methods of `System.out` or `System.err` with some `UTF-8` characters like `ł ś ę ó` it prints question mark `?` characters/blocks. I am using IntelliJ IDEA with...
I have a multi-module maven project. One submodule (myappname-app) is the only place the plugin is mentioned. And yet, I get the below error when Maven processes and parent POM...
how to set the ico for the windows platform ?
While I was trying to install the plugin I encountered this error in the testining phase. I decided to snoop around the test cases to understand what was happenning and...