java.lang.SecurityException: Permission denied: file:////Videos/public/scripts/screenshot.jar
アプレットを使用しようとすると、エラーが発生します。
アプレットのコードは次のとおりです。
<applet code="Screenshot" archive="file:////Videos/public/scripts/screenshot.jar" width="100px" height="100px">
</applet>
この 3 ステップ ガイドを使用してアプレットに署名しましたが、まだエラーが発生しているため、機能していないようです。 http://www.narendranaidu.com/2007/11/3-easy-steps-to-self-sign-applet-jar.html