X
Xah Lee
i have a java applet, where the html file contains the line:
<APPLET ARCHIVE="../a/live.jar" CODE="Live.class" WIDTH=650 HEIGHT=650
ALIGN=LEFT>
where the jar archive location is specified by relative path outside
the dir html is in.
everything works fine except it doesn't work if it is on my local
disk. (gives errer related to permission or applet not found)
On local disk, it works if i move the live.jar under the dir html is
in. (and change the archive location accordingly)
does anyone know what's wrong with this?
if run under Mac's Safari browser, it works in local disk as well.
here's the applet in question.
http://xahlee.org/surface/moebius_strip/moebius_strip_lg1.html
thanks.
Xah
(e-mail address removed)
http://xahlee.org/PageTwo_dir/more.html
<APPLET ARCHIVE="../a/live.jar" CODE="Live.class" WIDTH=650 HEIGHT=650
ALIGN=LEFT>
where the jar archive location is specified by relative path outside
the dir html is in.
everything works fine except it doesn't work if it is on my local
disk. (gives errer related to permission or applet not found)
On local disk, it works if i move the live.jar under the dir html is
in. (and change the archive location accordingly)
does anyone know what's wrong with this?
if run under Mac's Safari browser, it works in local disk as well.
here's the applet in question.
http://xahlee.org/surface/moebius_strip/moebius_strip_lg1.html
thanks.
Xah
(e-mail address removed)
http://xahlee.org/PageTwo_dir/more.html