.net C# mobile j2me java j2ee consulting Segue Development LLC  
       
    > HOME  
  >ABOUT  
  > PORTFOLIO  
  > TECHNOLOGIES  
  > NEWS  
  > PRESS  
  > ARTICLES  
  > DOWNLOADS/TOOLS  
  > SITEMAP  
  > CONTACT  
         
   

 

Untitled Document
Applet Verifier  

download

verify java support

The purpose of this applet is to quickly determine if the browser has the correct version number of the JRE or JDK installed.

By putting the minimum version required is all that is need, the applet will display the outcome of the test and provide a link to download the latest version.

 

Instructions

Simply include this applet tag within a web page and be sure to place the minimum version numbers that are required for you purposes.

<applet code="AppletVerify.class"
  codebase=""
  archive="appletverify.jar"
  width="400"
  height="220">
  <param name="major.version" value="1">
  <param name="minor.version" value="4">
  <param name="downloadUrl" value="http://java.com/en/download/download_the_latest.jsp">
</applet>

   
 
segue development llc (copyright 2008)