なぜ私はこれを取得し続けるのですか?
Exception in thread "Thread-14" java.lang.SecurityException: trusted loader attempted to load sandboxed resource from http://xxxx/framework/lib/simplecaptcha.jar
URLは削除されていますが、機能しています。
表示される「セキュリティ ダイアログ」を取り除くにはどうすればよいですか?
なぜ私はこれを取得し続けるのですか?
Exception in thread "Thread-14" java.lang.SecurityException: trusted loader attempted to load sandboxed resource from http://xxxx/framework/lib/simplecaptcha.jar
URLは削除されていますが、機能しています。
表示される「セキュリティ ダイアログ」を取り除くにはどうすればよいですか?
オラクルのWebサイトには、まさにこの問題に関する広範な記事があります。
http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/mixed_code.html
http://docs.oracle.com/javase/6/docs/technotes/guides/jweb/mixed_code.html#manifest
(そして、それが「securityexceptiontrustedloader」の2番目のグーグルヒットであると言うのは公正だと思います。)