I have a similar problem.
I wanted to run a Java3D applet that uses the VRML97 loader and my applet
also requires to do some file I/O to same the user's setting.
This is the error message that I get.

Exception loading file:= java.security.AccessControlException: access denied
(java.lang.RuntimePermission createClassLoader)
java.security.AccessControlException: access denied
(java.lang.RuntimePermission createClassLoader)

Anybody have experience using VRML97 loader?


----- Original Message -----
From: "LeRoy M. Dorman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 22, 2000 2:20 AM
Subject: Re: [JAVA3D] [Re] Applet security


> I hava a Jav3D applet up on the web at www.mindspring.com/~ldorman/VRC.
> What I had to do was digitally sign the jar file.  I used a test
certificate
> so it is self-signed.  THe user must have Jav3D installed on their
machine.
> Additional permissions do not seem to be required, but I am not sure why.
> lmd
>
> > MIME-Version: 1.0
> > Date: Thu, 21 Dec 2000 15:58:20 -0000
> > From: "Illarramendi Amilibia, Aitor" <[EMAIL PROTECTED]>
> > Subject: [JAVA3D] [Re] Applet security
> > To: [EMAIL PROTECTED]
> >
> > Yes I know that.
> >
> > Surelly other list would be better.
> >
> > But I only want to know if anyone else does an applet with Java3D in the
> > same way, or if anyone knows how an applet with Java3D code works for
> > reaching the Java3D core in the local machine.
> >
> > I think that there could be someone that has done an applet with Java3D
( I
> > have seen a lot in the web ) and I want to know how they manage the
> > permission related to Java3D core access.
> >
> > I mean, it needs java.lang.RuntimePermission modifyThreadGroup and many
> > others...
> >
> > I have been giving one to one this permissions, but is tiring, so I
think I
> > am doing it wrong.
> >
> > I only want to know if is there anybody that has done it before.
> >
> > Thanks.
>
> LeRoy M. Dorman         Scripps Institution of Oceanography, 0220
> University of California, San Diego     La Jolla, CA 92093-0220
> voice: +1 858 534-2406 fax: +1 858 534-6849 inet:   [EMAIL PROTECTED]
> http://www-mpl.ucsd.edu/cg/people/ldorman.html
>
> Physical address:
> 436 Ritter Hall
> 8635 Discovery Way
> La Jolla, CA 92037
>
>
===========================================================================
> 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".


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

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