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

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Dec 23 15:59:21 PST 2011


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

--- Comment #1 from Bart van der Werf <bluelive at gmail.com> 2011-12-23 23:59:21 UTC ---
Further digging in the lwjgl code points to retrieving "os.name"

using this method 

    private static String getPrivilegedProperty(final String property_name) {
        return AccessController.doPrivileged(new PrivilegedAction<String>() {
            public String run() {
                return System.getProperty(property_name);
            }
        });
    }

-- 
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