Category "jpackage"

How can I make executable file from jar with embedded JVM?

For example, I have someFile.jar. I can run it simply using java -jar someFile.jar. But I want to create some files (for example .deb file) to install this jar

How to add a program to startup with jpackage?

i am recently looked at jpackage there is any option automatically adds the appilication to startup, For Example consider I have, App.java package org.openjfx;

How to reduce the JPackage size?

I am using JPackage to create installer to my javafx application. I am using lot of lib in my project. If I create JPackage the size of installer is 100 MB. How

Cycle in Gradle task due to plugins

Environment: JDK 17 Gradle 7.4.2 org.moditect.gradleplugin 1.0.0-rc.3 com.github.gmazzo.buildconfig 3.0.3 I try to use jPackager for creating application images