M
M
mixailflash2012-12-10 17:29:01
Java
mixailflash, 2012-12-10 17:29:01

How to create an installer for jar?

Good afternoon. I have an application written in java. It is collected in jar. It is necessary to create an installer for windows, create a directory in the program files, copy the jar there, create shortcuts from the desktop and from the panel, and if there is no Java on the machine, then it offers to download and install it. Maybe someone did or knows what to read?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
EjikVTumane, 2012-12-10
@mixailflash

In the case when you need a cross-platform installer, which is itself a jar file, you can use IzPack . Naturally, it is better to use "native" installers for each OS, but in the case when you need to "make it quick" - IzPack is convenient.
Also there is a handy Excelsior Installer ? which is a wizard for NSIS.
I had to use both at work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question