Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

J3d Security error

0 views
Skip to first unread message

Unknown

unread,
Jan 4, 1999, 3:00:00 AM1/4/99
to
Hi!

I've got the following errors after executing a standard example :

java.lang.ExceptionInInitializerError: java.security.AccessControlException:
access denied (java.lang.RuntimePermission loadLibrary.J3D )
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkLink(SecurityManager.java:818)
at java.lang.Runtime.loadLibrary0(Runtime.java:457)
at java.lang.System.loadLibrary(System.java:745)
at javax.media.j3d.UniverseManager$1.run(UniverseManager.java:130)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.UniverseManager.<init>(Compiled Code)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:26)
at javax.media.j3d.Screen3D.<clinit>(Screen3D.java:25)
at javax.media.j3d.Canvas3D.<clinit>(Canvas3D.java:23)
at ConicWorld.<init>(ConicWorld.java:246)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:239)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:532)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:468)
at sun.applet.AppletPanel.run(Compiled Code)
at java.lang.Thread.run(Thread.java:479)


anyone know whats wrong ?

Thank you ....

PS: Please e-mail me on Fas...@hotmail.com

Bye

Goekhan

Kevin Rushforth

unread,
Jan 4, 1999, 3:00:00 AM1/4/99
to
gy01...@appl2.hrz.uni-siegen.de (Unknown) writes:

>Hi!

It looks like you many have an old version of Java 3D. You can
download the final 1.1 version from:

http://java.sun.com/products/java-media/3D/

You will also need the final version of the Java 2 Platform (JDK 1.2)
from:

http://java.sun.com/products/jdk/1.2/

Hope this helps.

--
Kevin Rushforth
Java 3D Team
Sun Microsystems

k...@eng.sun.com

0 new messages