Prueba con este código:
<html>   
 <head>   
 <title>Detecto Java</title>   
 <script>   
   if(navigator.javaEnabled()==true)   
     alert("Tiene Java")   
   else   
     alert("No tiene Java")   
 </script>   
 </head>   
 <body>   
 Detecto Java.   
 </body>   
 </html>
 
    LISTAS