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'm submitting a… - [x] bug report **Short description of the issue/suggestion:** DEB package for ubuntu not working when true **Steps to reproduce the issue/enhancement:** 1. Create DEB package for...
I'm submitting a… - [X] bug report - [ ] feature request - [ ] other **Short description of the issue/suggestion:** v1.7.3 and later are broken on Windows. No issue...
I'm submitting a feature request. **Is it possible to run two JVM processes within one exe file? Because I have a Java program that needs to run on a 32-bit...
I have been looking for an example of how to package JavaFX with this plugin. I added the following to the gradle.build ``` task packageMyApp(type: io.github.fvarrui.javapackager.gradle.PackageTask, dependsOn: build) { //...
It took a very long time at this `Trying to resolve license from POM ...` position .   Sometimes the following exception message will be thrown, but it can...
How to package 32-bit installation programs on the Windows platform?
When I use the run after installing checkbox, it ends up running as the admin user that installed the application rather than the current user that is trying to use...
I'm submitting a… - [x] feature request **Short description of the issue/suggestion:** I just fund that GraalVM can make native image,guess if this can be used for JavaPackager, to make...
There is now a new issue. The `${name}-${version}-runnable.jar` is not found in deployment directory. In the deployement directory i find `${name}.jar` without version and 'runnable'. Am i missing some configuration...
I want to know, on the Windows platform, after configuring true, how should I configure the icon for generating the installation program? I tried using , but it didn't work.