JavaPackager icon indicating copy to clipboard operation
JavaPackager copied to clipboard

:package: Gradle/Maven plugin to package Java applications as native Windows, MacOS, or Linux executables and create installers for them.

Results 96 JavaPackager issues
Sort by recently updated
recently updated
newest added

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.

working on

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...

fixed

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...

feedback

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...

bug
fixed
feedback

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...

feedback

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...

question

### Discussed in https://github.com/fvarrui/JavaPackager/discussions/411 Originally posted by **Nonoas** May 25, 2024 I get the error too: ![image](https://github.com/fvarrui/JavaPackager/assets/54799528/a0a7cb37-1ba3-4007-b038-36165a52624d) plugin: io.github.fvarrui:javapackager:1.7.6-SNAPSHOT config: ``` grovvy tasks.register('packageMyApp', PackageTask) { dependsOn clean, jar // mandatory...

question

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