Dave, try to move(or copy) files from your plug-in lib\ext directory up
one level (to lib dir). This would help if u use Windows system.
vladimir
> David Grace wrote:
>
> Any help would be greatly appreciated.
>
> I can't seem to get java3d working in a browser.
>
> I hava installed:
> Java 1.2
> Java3D 1.1.2 (OpenGL)
>
> Using the appletviewer it works fine, but when in a browser it gives
> an error:
>
> java.lang.UnsatisfiedLinkError: choosePixelFormat
> at
>
>javax.media.j3d.NativeConfigTemplate3D.getBestConfiguration(NativeConfigTemplate3D.java:72)
> at
>
>javax.media.j3d.GraphicsConfigTemplate3D.getBestConfiguration(GraphicsConfigTemplate3D.java:244)
> at
> java.awt.GraphicsDevice.getBestConfiguration(GraphicsDevice.java:105)
> at
> javax.media.j3d.Canvas3D.defaultGraphicsConfiguration(Canvas3D.java:298)
> at javax.media.j3d.Canvas3D.<init>(Canvas3D.java:324)
> at SimpleVrml97Viewer.<init>(SimpleVrml97Viewer.java:61)
> 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.plugin.AppletViewer.createApplet(AppletViewer.java:759)
> at sun.applet.AppletPanel.runLoader(AppletPanel.java:468)
> at sun.applet.AppletPanel.run(Compiled Code)
> at java.lang.Thread.run(Thread.java:479)
>
> This happens when the call :
> line 61: Canvas3D canvas = new Canvas3D(null);
>
> is made.
===========================================================================
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".