Reputation: 329
I created a java application(jar files) and want to install package for my application with following items:
how to create a installer for my app Which is available on all Linux distributions?
Upvotes: 1
Views: 204
Reputation: 23352
Download izpack from run IzPack-install.jar. there should be jdk installed on your pc. After installation open folder where it is installed.
See this tutorial.
Upvotes: 1
Reputation: 1300
may be you can execute a .jar file from the terminal. this link can be helpful to you.
Upvotes: 2