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