Questions tagged [javafx-packager]

This is the tool to package JavaFX applications as native binaries with installers for Windows, Mac OS and Linux.

You can find more about javafxpackager: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/javafxpackager.html

5 questions
3
votes
0 answers

Where do I put my custom .iss file when building a native JavaFX app with Intellij and Inno Setup?

I am using the artifact build feature of IntelliJ IDEA but the build always seems to use the default package resource and tells me to add package/windows/AppName.iss to the class path to customise. I have tried couple of locations but my custom…
1
vote
1 answer

How do I sign an MSI using javafxpackager?

I'm actually using javafxpackager through the JavaFX-Gradle-Plugin, but I can't figure out the solution in plain javafxpackager, so, that would help as well. How do I sign an MSI using javafxpackager? How do I specify the cert/key/whatever is…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
0 answers

Renaming pakage in javafx

I am a beginner on javafx and I use the intellij IDE 2022.3.2 with jdk 19, when I rename the package I received an error: Location is not set. Could you help me for this ? How to rename the package without getting this error ? I tried to rename the…
0
votes
0 answers

Self-Contained Application Packaging for a JavaFX app on Windows: InnoSetup OR javafxpackager?

Steam does not accept to launch a batch file that installs (with an installer) a specific JRE and then launches my app on it. So, for avoiding this problem, I want to create a "self contained app packaging" and provides a "simple" .exe to Steam,…
Pascal DUTOIT
  • 121
  • 1
  • 13
0
votes
1 answer

Adding extension libraries to wix when using the JavaFX packager?

I'm using the JavaFX packager through the JavaFX-Gradle-Plugin and I need to add a couple of Wix extension libraries to be able to run my app after install. How do I achieve that? According to the Wix documentation, by adding -ext WixUIExtension…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622