How to make a java app install-able...?

Dalibor Topic Dalibor.Topic at Sun.COM
Sun Feb 14 10:07:39 UTC 2010


arshad wrote:
> hi all,
> this is my first message to the list, and i hope i can benifit from this
> list.
> 
> i want to know how to make a java application, which i built using
> netbeans to be install-able in linux and windows machine.

You need to package it on Linux using the packaging tools of the
distribution you're targeting, and to create an installer on Windows.
Alternatively, you can use a cross-platform installer tool. Neither
option is too hard, but you'll have to spend some time learning
about native installation mechanisms of the platforms you target.

In other words, depending on the build system you use, your 
willingness to spend time or money, your familiarity with native 
installation tools, etc. there are many solutions, from proprietary 
software, to open source tools, with different features and 
trade-offs. You'll have to do some research to figure out which one 
fits your needs.

cheers,
dalibor topic
-- 
*******************************************************************
Dalibor Topic                   Tel: (+49 40) 23 646 738
Java F/OSS Ambassador           AIM: robiladonaim
Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
Nagelsweg 55                    http://openjdk.java.net
D-20097 Hamburg                 mailto:Dalibor.Topic at sun.com
Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Thomas Schröder, Wolfgang Engels
Vorsitzender des Aufsichtsrates: Martin Häring





More information about the discuss mailing list