Hi,
I’m new to Java and Linux so please try to be clear as much as you can .
I created a small command-line tool using Java Azul, IntelliJ IDE and Gradle.
I have one Jar file and I want to create an AppImage out of it so I could publish it to all the common linux distributions without require Java or other prerequisites from my clients/customers.
What is the best way to do it? I tried to read this wiki page: Bundling-Java-apps, but it’s really confusing.
Thanks!