How to set the install path on a self-contained app JavaFX .deb (Debian) package
问题 I'm trying to generate a .deb file, containing a self-contained copy of my JavaFX application, using the Oracle JavaFX Ant fx:deploy Task. I've followed the samples on official documentation and my pom.xml configuration looks like this: <plugin> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> <executions> <execution> <phase>install</phase> <configuration> <target xmlns:fx="javafx:com.sun.javafx.tools.ant"> <manifestclasspath property="manifest.classpath" jarfile="$