Application Error: AccessControlException

守給你的承諾、 提交于 2019-12-22 01:13:33

问题


When I called JApplet class from JSP like this :

 <jsp:plugin 
      type="applet" 
      code="Class_Name.class" 
      codebase="classes"  
      width="850 height="850">
 </jsp:plugin>

I got an error:

access denied ("java.util.PropertyPermision" "com.sun.media.jai.disableMediaLib" "write")

What is the problem? and what can I do to fix it?

来源:https://stackoverflow.com/questions/20066914/application-error-accesscontrolexception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!