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.
Hi 😄 I'm submitting a **bug report**. **Short description of the issue/suggestion:** A `FileNotFoundException` is thrown during the GenerateDeb task when I want to bundle a JRE 8 because it's...
Hi @fvarrui . Are you considering adding the function of automatically converting pictures to icons? I can provide the following sample: ```java import net.ifok.image.image4j.codec.ico.ICOEncoder; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage;...
When I execute `mvn clean package` , the following error occurs: ``` /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/wangbin/src/demo-types/java/javapackager/demo-javapackager -Dmaven.home=/Users/wangbin/.m2/wrapper/dists/apache-maven-3.8.6-bin/1ks0nkde5v1pk9vtc31i9d0lcd/apache-maven-3.8.6 -Dclassworlds.conf=/Users/wangbin/.m2/wrapper/dists/apache-maven-3.8.6-bin/1ks0nkde5v1pk9vtc31i9d0lcd/apache-maven-3.8.6/bin/m2.conf -Dmaven.ext.class.path=/Users/wangbin/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/222.3345.118/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven-event-listener.jar -javaagent:/Users/wangbin/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/222.3345.118/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=50403:/Users/wangbin/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/222.3345.118/IntelliJ IDEA.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Users/wangbin/.m2/wrapper/dists/apache-maven-3.8.6-bin/1ks0nkde5v1pk9vtc31i9d0lcd/apache-maven-3.8.6/boot/plexus-classworlds.license:/Users/wangbin/.m2/wrapper/dists/apache-maven-3.8.6-bin/1ks0nkde5v1pk9vtc31i9d0lcd/apache-maven-3.8.6/boot/plexus-classworlds-2.6.0.jar org.codehaus.classworlds.Launcher -Didea.version=2022.2 -DskipTests=true...
Currently, the JDK path for other platforms needs to be specified manually, which means I have to download additional JDKs for Linux and Mac, because I am on Windows and...
I'm submitting a… - [ ] bug report - [x] feature request - [ ] other **Short description of the issue/suggestion:** [Why](https://github.com/AstroImageJ/Why) uses a JRE lookup mechanism where it would...
I'm submitting a… - [x] bug report - [ ] feature request - [ ] other **Short description of the issue/suggestion:** Trying to bundle an app with a JRE using...
I'm submitting a… - [x] bug report - [ ] feature request - [ ] other **Short description of the issue/suggestion:** an app created by javapackager plugin doesn't work. **Steps...
Hi @fvarrui ! Whether to consider adding a new function `prevent the program from starting a second time`.