Page 1 of 1

Use Java 1.6 install when JRE not available

Posted: Thu Feb 24, 2011 5:34 pm
by support
Here is a sample of JDiskExplorer JavaScript relying on Java 1.6 installation when JRE is not already installed.
1.6.zip
Sample scripts
(2.64 KiB) Downloaded 1301 times
Notice the three differences:
codebase="http://java.sun.com/update/1.6.0/jinsta ... on=6,0,0,4"
...
type="application/x-java-applet;version=1.6"
...
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.6">
...