[Bug 842] New: LWJGL applets do not work on ubuntu/firefox/icedtea

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Dec 23 14:53:33 PST 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=842

             Bug #: 842
           Summary: LWJGL applets do not work on ubuntu/firefox/icedtea
    Classification: Unclassified
           Product: IcedTea-Web
           Version: 1.1.3
          Platform: 64-bit
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Plugin
        AssignedTo: dbhole at redhat.com
        ReportedBy: bluelive at gmail.com
                CC: unassigned at icedtea.classpath.org


This is using a vanilla ubuntu-11.10-desktop-amd64 with no further changes.

The applet is located at:

http://lwjgl.org/applet/

Exception in thread "Thread-15" java.lang.ExceptionInInitializerError
        at org.lwjgl.Sys.createImplementation(Sys.java:124)
        at org.lwjgl.Sys.<clinit>(Sys.java:111)
        at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
        at org.lwjgl.test.applet.GearsApplet$1.run(GearsApplet.java:55)
Caused by: java.security.AccessControlException: access denied
(java.util.PropertyPermission org.lwjg
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:393)
        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:
        at
java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1302)
        at java.lang.System.getProperty(System.java:669)
        at java.lang.Boolean.getBoolean(Boolean.java:238)
        at org.lwjgl.LWJGLUtil$4.run(LWJGLUtil.java:454) 
        at org.lwjgl.LWJGLUtil$4.run(LWJGLUtil.java:452) 
        at java.security.AccessController.doPrivileged(Native Method)
        at org.lwjgl.LWJGLUtil.getPrivilegedBoolean(LWJGLUtil.java:452)
        at org.lwjgl.LWJGLUtil.<clinit>(LWJGLUtil.java:265)
        ... 4 more

No dialog to ask for rights was shown.

-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list