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 88 JavaPackager issues
Sort by recently updated
recently updated
newest added

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

question

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

bug
feedback

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

question

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) { //...

feedback

It took a very long time at this `Trying to resolve license from POM ...` position . ![image](https://github.com/fvarrui/JavaPackager/assets/41568266/57765ebe-ea3f-4529-9210-458dd66beab8) ![image](https://github.com/fvarrui/JavaPackager/assets/41568266/512770af-c922-4438-ab74-9075f4f1e532) Sometimes the following exception message will be thrown, but it can...

enhancement

How to package 32-bit installation programs on the Windows platform?

feedback

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

enhancement

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

enhancement

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

bug
fixed

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.

question