Skip to content
Advertisement

Tag: packager

Linux executable fails using javafx-maven-plugin

I have a multimodule maven project with JavaFX up and running. I can create an jar file containing all classes that is executable through a maven assembly, so I know the packaged bundle works. For conveniance I want to create a native bundle/executable using the javafx-maven-plugin This works fine on Windows, creates an exe file that can be run. However

Advertisement