|
-
August 5th, 1999, 08:31 AM
#1
How to distribute my Java Application
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
-
August 5th, 1999, 08:43 AM
#2
Re: How to distribute my Java Application
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
-
August 5th, 1999, 10:00 AM
#3
Re: How to distribute my Java Application
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
-
August 5th, 1999, 12:22 PM
#4
Re: How to distribute my Java Application
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|