Click to See Complete Forum and Search --> : How to distribute my Java Application
Tony
August 5th, 1999, 08:31 AM
Hi.
How can I distribute my java application and some images and sounds?
Requirement:
1.Images and sounds have its own sub directories;
2.To create the shortcut of the application automatically;
3.Easy to setup , only one click.
Can you give me some advice?
Tony Lu
Toronto
unicman
August 5th, 1999, 08:43 AM
U may write a installation program.
But every platform may require different steps. E.g. creating short-cut is different for Windows and Linux.
In windows env, u can use InstallShield. Its rather simple for creating installation. I have worked with version 6.0. I had read about a InstallShield like software which creates platform independant installable (i.e. a small java appln) for our java program, but I am not sure about it.
- UnicMan
http://members.tripod.com/unicman
Tony
August 5th, 1999, 10:00 AM
Yes, I have tried to use Installshield.
But it create many files for the installing package, not only one file.
What I want is that the package is one
file. User can click one file and all
things are ready.
Tony Lu
Toronto
unicman
August 5th, 1999, 12:22 PM
Well u can put everything in one self-extractable. U can do that using WinZip also. Then on clicking that file, self-extractable takes care of extracting the files to temp location and then starting 'setup.exe'.
- UnicMan
http://members.tripod.com/unicman
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.