What is the best way to create an AppImage out of a jar file and Azul jre?

Hi,
I’m new to Java and Linux so please try to be clear as much as you can :slight_smile: .

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!

1 Like

Please post a link to your application and the download location for your jar file. Preferably on GitHub or GitLab.