Nicolas, have u moved j3d*.jar's from lib/ext to lib/? It looks like u
haven't. Do u get something like
>   at netscape.applet.AppletClassLoader.loadClass1(Compiled Code)

after enabling plug-in? From this line i conclude that it's not plug-in
that was used for running applet, but NS native VM. Try to move ext up
one directory (to lib). This should help.

vladimir


Nicolas Trussart wrote:
>
>         Hello Gary,
>
> I have the same problem as Vladimir.
> I would like to run an applet in a browser. I have installed
> jdk1.2.1, javasoft runtime and java3d in the jdk1.2.1 directory.
>
> When I try to load an applet, this is the message that the Java console
> tells :
>
>     # Verifier error HelloUniverse.<init>()V: Cannot find class
> javax/media/j3d/Canvas3D
> # Applet exception: class HelloUniverse got a security violation: method
> verification error
>
> java.lang.VerifyError: HelloUniverse
>
>   at java.lang.ClassLoader.resolveClass(Compiled Code)
>
>   at netscape.applet.AppletClassLoader.loadClass1(Compiled Code)
>
> * at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
>
>   at netscape.applet.AppletClassLoader.loadClass(Compiled Code)
>
>   at
> netscape.applet.DerivedAppletFrame$LoadAppletEvent.dispatch(Compiled
> Code)
>
>   at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled
> Code)
>
>   at java.awt.EventDispatchThread.run(Compiled Code)
>
>   at
> netscape.applet.DerivedAppletFrame$AppletEventDispatchThread.run(Compiled
> Code)
>
> I followed your advice : I have added in the java.policy file the two
> lines :
>  permission java.lang.RuntimePermission "modifyThread";
>  permission java.lang.RuntimePermission "modifyThreadGroup";
>
> Secondly, in the Java Plug-in Control Panel, which appears after the
> Javasoft runtime is installed,
> I enabled the Java Plug-in (Must I do it ?) and I have tried with all
> Java Runtime Environment.
>
> And thirdly, I put the j3d.dll and j3daudio.dll files in the C:\Program
> Files\Javasoft\Jre\1.2\bin directory
> (in reference to an other advice given in the j3d mailing list).
>
> But unfortunatly, it doen't work.
>
> Could you help me ?
>
> Yours truly.
> Nicolas.
>
> ===========================================================================
> 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".

--
>~~~~~~~<============>~~~~~~~<
Join in Java community now!
http://javacafe.virtualave.net
>~~~~~~~<============>~~~~~~~<

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