Hello, I have a small problem with my
applet when embedding within a html page.
The applet works fine when ran as a Jar Executable, yet when embedded into html (Even after being signed) it throws this error...
The applet itself downloads files from an address to be loaded later from another program, without having to re-download everytime someone decides to use the other program. As stated before, running as an executable jar works perfectly fine. The applet is signed, and here is the source of a
test html page to display the applet:
I don't believe there are any errors, the code will execute perfectly via executable jar or from the classes using a batch file.
Thanks for your time,
~Kieran