CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    1

    Installing Java application

    I am looking for a simple and reliable freeware mechanism to install Java application on different platforms (Windows, Linux, MacOS). The IzPack that I found is a fine tool but it presumes that Java is already installed on the target system. In my case that is not always the truth.

    Is there any simple and platform-independent mechanism that would install JRE (if necessary) and then run a Java installation software?

    Thanks!

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Installing Java application

    Installers have been discussed several times on this forum, I suggest you search the forum or just google for Java Installers and see what is available.

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