|
I'm not able, by no means, to run an OpenGL application under 64Bit-Windows 7. Compiling the source runs without errors, but the execution always leads to a ClassCastException (like "java.nio.DirectByteBuffer cannot be cast to ..."). This message appears just in the moment I try to add the GLCanvas to my JPanel. At this time, the JFrame is built already correctly. This matter is confusing to me, because exact the same program runs correctly using Windows 32Bit.
Many thanks for any help: bernhard.kilger@t-online.de
|