The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

JavaClientDeployment

JavaClientDeployment is really tricky beast since you have to deal with real live users. There are a lot of difficulties related to linking to the VM and other platform specific issues. Many operating systems still don't include a JVM with their base distirubtion for a handful of reasons. Those that do tend to include a JVM that's too old for your application (see MurphysLaw?). However, if you deploy your applications well, your users may never know it's Java!

Here are some tools to get you going.

Application Installation:

Auto-Updating:



Discussion about JavaClientDeployment

Topic JavaClientDeployment . { Edit | Ref-By | Printable | Diffs r6 < r5 < r4 < r3 < r2 | More }
 XML java.net RSS

Revision r6 - 24 May 2004 - 15:11:26 - Main.jpz
Parents: JavaDeployment