I'm having some trouble getting IntelliJ to output my packaged JAR file so I can run it directly from the command line.
Are there any free stand alone packagers which I can use to manually add all my JARs and specify my main class which will properly package the JAR? I'm really only interested in a packager, not an installer with fancy windows etc.
I'm using Ubuntu and developing JavaFX applications.
I did find these and these links... I'll give Install Builder and lzPack a go and hopefully report back with a positive result.
UPDATE
Install Builder seems to require a paid license to distribute your packaged jars. Unfortunately izPack does not seem to work when I execute it from the command line using Java 9. Crashes out.
Trying Oracle's javapackager command tool next.
Looks like I need to use Ant to deploy standalone JavaFX applications.