The Source for Java Technology Collaboration


See the Javapedia entry for Java Client Deployment.

Several packaging options are available:

  • As an Applet
  • Using a cross platform instalation tools such as InstallAnywhere?. This will make installers for several platforms that work just like the application installers the end users would be used to, and may optionally include the JRE for users that don't already have Java.
  • Java Web Start
  • Compiling to native code using tools like ExcelsiorJET? and making a native installer.

Once you have your application packaged you can distribute via services like:

-- ScottWPalmer - 20 Aug 2003

Topic Distribution . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 20 Aug 2003 - 13:02:33 - Main.swpalmer
Parents: WebHome