CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 1999
    Posts
    36

    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

  2. #2
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    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

  3. #3
    Join Date
    Apr 1999
    Posts
    36

    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

  4. #4
    Join Date
    May 1999
    Location
    Pune, MH, India.
    Posts
    453

    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
  •  





Click Here to Expand Forum to Full Width

Featured