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编写了一个代码来从系统中搜索文件。用户在小程序窗口上的文本输入中指定文件名和扩展名,并在按钮单击代码上建立与oracle 数据库的连接并从数据库表中搜索目录名称。代码为搜索在没有小程序的情况下可以正常工作,并且在使用小程序时它会检测到一个错误,即
“访问被拒绝(java.util.PropertyPermissionfile.encoding 读取)”
如何授予此小程序从数据库读取的权限?
小程序只能连接到下载它的服务器。否则,您需要签署小程序。或者使用代理从applet 来自的机器连接到数据库。