|
Re: Creating a java installation package
|
Posted: Sep 18, 2005 10:24 PM
|
|
> Can anyone tell me how to create installation package for > my > java projects ? Please mention all the required steps.
Not quite Sure what you mean, but most likely you would want to have your software all packaged into a Jar file.
Google jar Tutorial coz there are a fair deal of things involved such as:
- writing your Manifest file - define where your main method is - placing all modules into this Jar file.
You may also choose to Google Ant Tutorial, coz that will enable you to write a Script (once off) and have that Script compile and jar your file each time you run ant.
Spike
|
|