| Author |
Setup for Java Application
|
Ikram Soomro
Ranch Hand
Joined: Oct 20, 2001
Posts: 42
|
posted

0
|
|
how setup for java application can be created?
|
 |
Rachel Swailes
Ranch Hand
Joined: May 18, 2004
Posts: 434
|
|
Do you mean setup to create a java application, a file to launch the application from, or a way to install files to run the application? Rachel
|
 |
Ikram Soomro
Ranch Hand
Joined: Oct 20, 2001
Posts: 42
|
posted

0
|
|
i want to provide a setup for my java application which install application and place icon at start menu and desktop.
|
 |
Ko Ko Naing
Ranch Hand
Joined: Jun 08, 2002
Posts: 3178
|
|
You might be interested in JExpress, which got a lot of features to make an installer for various platforms... But there is another alternative as well... It's Install4j from ej-technologies... If your application is not that big, why don't u just make executable jar and place the shortcut on your desktop... Simple and cheap.... Hope it helps...
|
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
|
 |
 |
|
|
subject: Setup for Java Application
|
|
|