Use Java 1.6 install when JRE not available

Explorer-like frontend add-on to upload/download.
Post Reply
User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Use Java 1.6 install when JRE not available

Post 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 1117 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">
...

Post Reply