At the moment, the icedtea-plugin package has a little problem (see its bugs
#642734 and #642598). A workaround is to modify the file
/etc/java-6-openjdk/security/java.policy :

In this file replace:
------
grant codeBase "file:/usr/lib/jvm/java-6-openjdk-amd64/ext/*" {
        permission java.security.AllPermission;
};
grant codeBase "file:/usr/lib/jvm/java-6-openjdk-common/ext/*" {
        permission java.security.AllPermission;
};
------
by this policy:
------
grant codeBase "file:/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/ext/*" {
        permission java.security.AllPermission;
};
grant codeBase "file:/usr/lib/jvm/java-6-openjdk-common/jre/lib/ext/*" {
        permission java.security.AllPermission;
};
------

For me (with openjdk-6-jre), it works with the "official" test page
http://www.java.com/en/download/help/testvm.xml .
-- 
Best regards,
Jörg-Volker.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/j63umj$ku4$1...@dough.gmane.org

Reply via email to