I am getting a SecurityException
on an applet that does not do anything (empty applet).
The code for the embedding is:
<applet code="Screenshot" archive="file:\\\<?php echo URLgenerator::getScryptURL('screenshot.jar'); ?>" width="100px" height="100px">
</applet>
I thought before that it because I didn't sign it, but I did using the keytool and the jarsigner but it did not help. What is the problem?