-----Original Message----- From: Paul Pantera [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 1:48 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [JAVA3D] IE Plugin This is a bug in the 1.3.1 Beta Plugin. The path to the default Plug-In JRE contains spaces (c:/program files/javasoft/jre/. . .). That's causing permission problems (don't ask). To work around the bug, first uninstall everything, then install the 1.3.1 SDK, then install the 1.3.1 JRE in a directory not conatining spaces (like c:/javasoft) then re-install Java 3D. Or just use 1.3.0_02. -Paul > MIME-Version: 1.0 > Date: Thu, 15 Mar 2001 13:33:04 -0800 > From: Ahmed Shakil <[EMAIL PROTECTED]> > Subject: Re: [JAVA3D] IE Plugin > To: [EMAIL PROTECTED] > > I am using jdk 1.3.1 Beta and java3d 1.2.1 and IE 5.5 > > > and this error dont go away:- > > java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission j3d.disablecompile read) > 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.checkPropertyAccess(Unknown Source) > at java.lang.System.getProperty(Unknown Source) > at javax.media.j3d.MasterControl$3.run(MasterControl.java:489) > at java.security.AccessController.doPrivileged(Native Method) > at javax.media.j3d.MasterControl.<init>(MasterControl.java:485) > at javax.media.j3d.VirtualUniverse.createMC(VirtualUniverse.java:184) > at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:207) > at HelloUniverse.init(HelloUniverse.java:85) > at sun.applet.AppletPanel.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > -----Original Message----- > From: Paul Pantera [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 1:23 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] IE Plugin > > > > > MIME-Version: 1.0 > > Date: Thu, 15 Mar 2001 12:23:54 -0800 > > From: Ahmed Shakil <[EMAIL PROTECTED]> > > Subject: [JAVA3D] IE Plugin > > To: [EMAIL PROTECTED] > > > > Hey guys, somehow my IE stopped working with Java 2 or Java 3D. any clues?? > > I can help you with this. It should work. I'm going to need all of > the information from you before I can help though, like all the > version numbers, and exactly what the symptom is. > > Are you using SDK 1.3.1 Beta? I've seen plugin problems with that. > I'D stick to 1.3.0_02. > > -Paul > > =========================================================================== > 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". =========================================================================== 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".
