Hello,

it's still me.

I have forgotten to tell you that I've added the following lines
in the C:\jdk1.2.1\lib\security\java.policy :

    // Standard extensions get all permissions by default

    grant codeBase "file:${java.home}/lib/ext/-" {
         permission java.security.AllPermission;
        };

    // default permissions granted to all domains

    grant {

        blabla...

        // permissions for Java3d in order to run it inside an Appet

         permission java.lang.RuntimePermission "modifyThread";
         permission java.lang.RuntimePermission "modifyThreadGroup";
        };

So... ?
 

--
Nicolas Trussart
Departement Mecanique
INSA de Rouen
e-mail : [EMAIL PROTECTED]
  =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to