[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-distro-pkg-dev
Subject:    [Bug 842] LWJGL applets do not work on ubuntu/firefox/icedtea
From:       bugzilla-daemon () icedtea ! classpath ! org (bugzilla-daemon at icedtea ! classpath ! org)
Date:       2011-12-23 23:59:21
Message-ID: bug-842-30-NAsCpULqO9 () http ! icedtea ! classpath ! org/bugzilla/
[Download RAW message or body]

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.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic