Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Java JApplet 中,文件读取和写入操作在 webbrowser 中不起作用。当我单击“确定”按钮时,它应该在我们的本地路径中写入一些文件。但它显示以下错误。如何解决此错误?
java.security.AccessControlException: access denied ( "java.io.FilePermission" "D:/.../.html" "write")
默认情况下,每当小程序尝试访问本地资源时,它都会作为安全层的一部分被拒绝。如果您需要使用小程序访问,您有以下选项: