Java.security.AccessControlException:访问被拒绝错误
我已使用带有客户端/服务器套接字编程的签名小程序将文件从服务器路径复制到本地路径。如果我单独运行Applet,它工作正常。
但在访问 html 中的小程序时,它**不起作用。它抛出一个错误:
Java.security.AccessControlException:访问被拒绝(java.io.filePermission /home/user/file1.txt 写入)
请举例说明如何解决此问题?也可以通过 jnlp 概念吗?
I have copied files from server path to local path using signed applet with client/server socket programming. Its working fine, if I run Applet separately.
But its **not working, while accessing a applet in html. Its throw an error:
Java.security.AccessControlException :access denied (java.io.filePermission /home/user/file1.txt write)
Kindly advise me with examples for how to solve this issue? also Is it possible through jnlp concept?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯……
你的意思是你将它作为桌面应用程序运行?
你的小程序签名了吗?
如果没有签字,请签字;如果错误仍然发生,请编辑您的问题以指出这一点;
Emm...
You mean you run it as a desktop app?
Is your applet signed?
If it is not signed do sign it; If the error still takes place please edit your question to point that;