python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using jpackage how do I make the installer name different than application name?
I have a Java program that I can turn into an installer exe that makes an app exe
jpackage -t exe -i . -n compilerrunner --app-version 1.0 --win-dir-chooser --win-shortcut --main-jar compilerrunner.ja...
Mason McGerry
Votes: 0
Answers: 3
Exported JavaFX Application file size is too big
I have my own project(https://github.com/reinvert/CrossStitchConverter)
And I always compile the project on eclipse by File-Export-Runnable JAR File-(Library handling)Package required libraries into g...
Reinvert
Votes: 0
Answers: 0
How to add dependencies to DEB created by JPackage?
I have a java application that I package with jpackage and receive a debian package.
At runtime the application relies on another piece of software being installed, and it comes from another debian pa...
Queeg
Votes: 0
Answers: 1
Windows recognizes jpackage .exe installer as an virus
So I created a jpackage installer, but there are two problems:
-The browser detects it as a virus, when a user downloads it, (picture here )
-Operating system detects it as a virus either, and shows m...
martin
Votes: 0
Answers: 0