[Bug 880] Problem loading JogAmp 2.0 JOGL applets

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Mar 8 04:07:40 PST 2012


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

--- Comment #4 from Xerxes Rånby <xerxes at zafena.se> 2012-03-08 12:07:40 UTC ---
dirty workaround if you really want to run jogamp JOGL applets today:
add

grant codeBase "http://jogamp.org/-" {
        permission java.security.AllPermission;
};

to /usr/lib/jvm/java-6-openjdk/jre/lib/security/java.policy

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