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'm submitting a… - [X] bug report - [ ] feature request - [ ] other According to this doc ([developer.apple.com](https://developer.apple.com/forums/thread/128166)), the `--deep` option is deprecated and does not work...

bug
fixed

I'm submitting a… - [ ] bug report - [x] feature request - [ ] other **Short description of the issue/suggestion:** . Add support to use a custom `Info.plist` file.

enhancement
feedback

I'm submitting a… - [ ] bug report - [X] feature request - [ ] other **Short description of the issue/suggestion:** It would be nice to have support to build...

enhancement
working on

Some programs can be directly used by running the executable/binary, without needing to install them first using an installer. To have an option to enable this in JavaPackager would be...

enhancement
working on

I'm submitting a… - [ X ] bug report **Short description of the issue/suggestion:** With the current startup.sh.vlt template, once you stop the application when started from the Linux commandline,...

bug
help wanted
question

When ${project. Description} is in Chinese, the process displays garbled code ```java - JavaPackager version: 1.6.6 - OS version: windows Server 2019 Datacenter 1809 - JDK version: 1.8 - Build...

bug
duplicate
help wanted

How to package a spring boot jar 已打包好的 spring boot jar 如何使用该插件进行打包 如何将该应用程序注册为服务 可以开机启动 - JavaPackager version: - OS version: MacOS 12.4 - JDK version: 11 - Build tool: -...

enhancement

Contains following breaking changes: - Gradle users must encapsulate their task settings inside a javapackager extension, except for the win/linux/mac configs, manfiest and scripts closures. Show example ```groovy task packageMyApp(type:...

https://www.graalvm.org/22.1/reference-manual/native-image/ https://www.youtube.com/watch?v=UWxiO78Pev8 The latest graalvm release could be installed from here: https://github.com/graalvm/graalvm-ce-builds/releases Working on this: https://github.com/fvarrui/JavaPackager/tree/pr-248

enhancement

rpm and deb default to x86_64 or amd64, install generated .deb or .rpm on gnome will be failed for aarch64 and arm64 processer architecture