Hi forum:
 
The following site is to display a panorama and view transition using Java3D.
There is something problem when it runs in JRE1.3.1 and Java 3D 1.3, and I attacted the exceptions below. Can you browse the site and report your execution configuation or give me any suggestions, thanks in advance.
 
Greg
 
------------------Exception running in JRE1.3.1 and Java 3D------
java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers)
 at java.security.AccessControlContext.checkPermission(Unknown Source)
 at java.security.AccessController.checkPermission(Unknown Source)
 at java.lang.SecurityManager.checkPermission(Unknown Source)
 at java.lang.SecurityManager.checkMemberAccess(Unknown Source)
 at java.lang.Class.checkMemberAccess(Unknown Source)
 at java.lang.Class.getDeclaredMethod(Unknown Source)
 at javax.media.j3d.NativeWSInfo.getWSDrawingSurface(NativeWSInfo.java:43)
 at javax.media.j3d.DrawingSurfaceObjectDSI.getDrawingSurfaceObjectInfo(DrawingSurfaceObjectDSI.java:79)
 at javax.media.j3d.Canvas3D.paint(Canvas3D.java:1242)
 at iis.lis.j3dutility.common.LISCanvas3D.paint(LISCanvas3D.java:30)
 

Reply via email to