Describing 24
Version: $d
dwFlags:465
PFD_DOUBLE_BUFFER PFD_SUPPORT_OPENGL
PFD_TYPE_RGBA
I've been trying to implement the KeyNavigatorBehavior for the first time,
and am going from the Java3D tutorial.
Needless to say, I've been having a lot of trouble. I've finaly gotten to a
point where it seems like it really wants to work, but I'm getting the
following Exception, can anyone tell me what it all means, and how to get
past it?
//--------------------------------------------------------------------------
-----------------------
Exception occurred during event dispatching:
java.lang.UnsatisfiedLinkError: subclass
at
javax.media.j3d.NativeWSInfo.getWSDrawingSurface(NativeWSInfo.java:34)
at javax.media.j3d.Canvas3D.addNotify(Canvas3D.java:408)
at java.awt.Container.addNotify(Container.java:1392)
at java.awt.Window.addNotify(Window.java:244)
at java.awt.Frame.addNotify(Frame.java:282)
at java.awt.Window.show(Window.java:282)
at java.awt.Component.show(Component.java:834)
at java.awt.Component.setVisible(Component.java:796)
at ThreeDPointSystem.init(ThreeDPointSystem.java:194)
at Surfer.display3D(Surfer.java, Compiled Code)
at Surfer.actionPerformed(Surfer.java:163)
at java.awt.Button.processActionEvent(Button.java:308)
at java.awt.Button.processEvent(Button.java:281)
at java.awt.Component.dispatchEventImpl(Component.java:2394)
at java.awt.Component.dispatchEvent(Component.java:2307)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:101)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
//--------------------------------------------------------------------------
---------------
just prior to getting the exception this info is showing up on the screen if
that helps:
setting doublebuffer
hdc = 1010652
PixelFormat = 4
Describing 24
Version: $d
dwFlags:465
PFD_DOUBLE_BUFFER PFD_SUPPORT_OPENGL
PFD_TYPE_RGBA
Don Casteel
Manufacturing Engineer
TEXTRON Automotive Company -- Athens Operations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Voice: (423)744-1109
Fax: (423)744-1112
Pager: (423)744-1129 -- 109
Internet: [EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
===========================================================================
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".