user1874800
user1874800

Reputation: 329

how to create installer for my application in linux

I created a java application(jar files) and want to install package for my application with following items:

  1. jre1.7.9
  2. mysql
  3. my fonts

how to create a installer for my app Which is available on all Linux distributions?

Upvotes: 1

Views: 204

Answers (2)

Muhammad Imran Tariq
Muhammad Imran Tariq

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

atiquratik
atiquratik

Reputation: 1300

may be you can execute a .jar file from the terminal. this link can be helpful to you.

Upvotes: 2

Related Questions