Java Applet Development - J开发者_Python百科avaScript code to check whether JRE is installed on client machine.
Use Deployment Toolkit script
use getJREs()
by including the above javascript and the getJREs() method returns an array of currently-installed JRE version strings .
Hope this helps
navigator.javaEnabled()
will return true if java is enabled, false otherwise
精彩评论