javafx-maven-plugin
javafx-maven-plugin copied to clipboard
Maven plugin to run JavaFX 11+ applications
Hi, I tried to add weld-se to my javafx application. The problem is that now I cannot run it with javafx:run goal. I can easily do it with exec:java, so...
Hi! I'm using DeepLearing4J with OpenJFX. It works great, but when I compile or run, I get these warnings. I don't have the module-info.java file in my project. ``` [INFO]...
How to package this plug-in, icons, descriptions of how to configure it
After execute `javafx:jlink` on windows in bin folder missing native libs from `javafx.graphics.jmod`: ``` decora_sse.dll glass.dll javafx_font.dll javafx_iio.dll prism_common.dll prism_d3d.dll prism_sw.dll ```
The javafx-maven-plugin appears unable to see non-modular dependencies. When called with `mvn -X clean javafx:run` and the following plugin configuration: ```xml org.openjfx javafx-maven-plugin 0.0.1 uk.org.bobulous.java.myjavafxproject.MyJavaFXApplication -Djdk.gtk.version=2 ``` The build fails...
I've got an Arm64 machine running Windows 11 natively (Windows on Arm64). I've installed the OpenJDK for Windows on Arm64 from [Microsoft](https://docs.microsoft.com/en-us/java/openjdk/download), so Java is available natively on the machine...
Hi there, I'm using this plugin with JDK 17 on Windows 10, getting an error stating that "`Caused by: java.io.IOException: CreateProcess error=206, The filename or extension is too long`". I...
I have been building an application which has JAR dependencies that do not declare a module descriptor. The application itself is **non-modular** as well (this is important, see below). When...
[Suggested labels] : question,enhancement Hi all :wave: I'm new to using javafx with maven. I saw on the internet that it was a standard for a module to provide a...