Peng Zhang on May 7th, 2010

My work often requires me to find out whether java or JRE or JVM is available in the user’s browser. Some of the programs use Java Applet technology, and some will silently fail if JRE is not present or not enabled on the user’s computer, leading to lots of user frustration. This had me looking [...]

Continue reading about Detecting Java From Javascript