JavaPackager
JavaPackager copied to clipboard
:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.
I've been compiling native-images both with standard Java programs and JavaFX and have compiled some [useful notes](https://gist.github.com/EasyG0ing1/0a11f8b6b024f262d825a94cb7c8ee9d) that might help you when trying to add graal support into JP.
I'm submitting a… - [ ] bug report - [ ] feature request - [x] other **Short description of the issue/suggestion:** I have a special setup where I include my...
I want to know, when I package a new exe installation package version, I need to upgrade the software, but the previously installed version has some data needed by the...
I'm submitting a… - [x] bug report - [ ] feature request - [ ] other **Short description of the issue/suggestion:** In version 1.7.6 customized JRE includes an incomplete set...
I have a security-related question. After packaging a Java application into an .exe using javapackager, the executable can be opened with compression tools, revealing all the source code and Maven...
I'm submitting a… - [ ] bug report - [ ] feature request - [x] other **Short description of the issue/suggestion:** This is error : Failed to execute goal io.github.fvarrui:javapackager:1.7.2:package...
### Discussed in https://github.com/fvarrui/JavaPackager/discussions/411 Originally posted by **Nonoas** May 25, 2024 I get the error too:  plugin: io.github.fvarrui:javapackager:1.7.6-SNAPSHOT config: ``` grovvy tasks.register('packageMyApp', PackageTask) { dependsOn clean, jar // mandatory...
I'm trying to package my JavaFX application to a JAR. `./gradlew packageMyApp` works fine, but when I run the JAR, it throws the following error: ``` Error: Could not find...
I have created the deb file on the Linux operating system according to the instructions, but when I installed it, the system name on the start menu was not what...
The singleInstance property of maven launch4j is added