Ya te dieron respuestas válidas. Por si quieres otra diferente:
<html>
<head>
<script>
if (navigator.javaEnabled() == true)
location.href= "página_con_soporte_Java"
</script>
</head>
<body>
Si te aparece éste texto es debido a que no tienes Java Habilitado.<br>
Acceda a las instrucciones aquí.
( Dónde dice aquí pones el enlace y ya está
![sonrisota](http://static.forosdelweb.com/fdwtheme/images/smilies/xD.png)
)
</body>
</html>
Sencillo
Saludos!