When I run a Java3D application I get this error:
java.lang.RuntimeException: Not implemented.
at javax.media.j3d.Canvas3D.clear(Native Method)
at javax.media.j3d.Renderer.run(Compiled Code)
Does somebody have any idea what could be wrong? JDK1.2.1 works fine
and the Java3D API has been installed in the JDK1.2.1 directory. Java3D
apps compile with no trouble. I have the latest DirectX drivers (6.1).
The application screen comes up, my entire monitor screen flickers like
it does when entering a 3D game, and then nothing. The application
screen just stays white.
Thanks for any help you can give me,
David King