[Bug 322] Thread#GetContextClassLoader() throws in IcedTeaPlugin
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Apr 21 19:42:28 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=322
------- Comment #1 from tvolkert at gmail.com 2009-04-22 02:42 -------
Forgot the stack trace that I get:
java.security.AccessControlException: access denied
(java.lang.RuntimePermission getClassLoader)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
at
java.security.AccessController.checkPermission(AccessController.java:553)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at
net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:280)
at java.lang.Thread.getContextClassLoader(Thread.java:1338)
at Test.start(Test.java:13)
at sun.applet.AppletPanel.run(AppletPanel.java:476)
at java.lang.Thread.run(Thread.java:636)
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list