Configure Your Web Site
[Previous] [Main] [Next]

Configuring Your Web Site

You really only need two things on the web page you will use to launch the application.
· A link to download the required version of a JVM if the user doesn't have one.  
Example <p>
1. Load the Java 1.4.0+ Run Time Standard Edition Environment from Sun MicroSystems (tm). (It will be in the upper right hand corner of the page. Do NOT load BETA or CANDIDATE versions.<br> <a href = "http://java.sun.com/j2se/1.4/">Install Java </a> <p>
·A link to a JNLP file that describes your project.  
Example: <p> 2. Load the JavaDeliver System. <br>
<a href="Deliver.jnlp">Launch Java Deliver Application</a> <p>