openjfx-docs
openjfx-docs copied to clipboard
launcher missing
I followed the tutorial to “Create a custom runtime image” with Maven. But finally, there is no file named: target\hellofx\bin\launcher, in my directory D:\WORKSPACES\ECLIPSE_2021_06\hellofx\target\image\bin Please help!
I found the same happens using Netbeans on Ubuntu Linux and creating a JavaFX modular Maven project. When running mvn clean javafx:jlink in the terminal, only the classes are built but no bin/launcher.
I'm guessing something is missing in the tutorial. Any solutions yet?