Problems with nVidia FX5900

hello i tried to run a jogl app on a windows machine with a nVidia FX5900 graphic card an error which happend somewhere in the native regions.
the same code runs well on my OS X machine and on older nVidia cards like an nVidia Quadro.

i was wandering if anyone could confirm such behavior. or even explain or even better fix it. fix it fix it.

Post the entire error message.

oh yes of course. here it is.
BTW is there a way of resolving the ‘… 6 more’ at the end?

net.java.games.jogl.GLException: java.lang.ClassNotFoundException: net.java.games.jogl.impl.windows.WindowsGLContextFactory

  at net.java.games.jogl.impl.GLContextFactory.getFactory(GLContextFactory.java:76)

  at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:72)

  at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:117)

  at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80)

  at renderer.Window.init(Window.java:97)

  at application.Controller.init(Controller.java:52)

  at application.Main.main(Main.java:19)

Caused by: java.lang.ClassNotFoundException: net.java.games.jogl.impl.windows.WindowsGLContextFactory

  at java.net.URLClassLoader$1.run(URLClassLoader.java:198)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.net.URLClassLoader.findClass(URLClassLoader.java:186)

  at java.lang.ClassLoader.loadClass(ClassLoader.java:299)

  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)

  at java.lang.ClassLoader.loadClass(ClassLoader.java:255)

  at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Class.java:140)

  at net.java.games.jogl.impl.GLContextFactory.getFactory(GLContextFactory.java:62)

  ... 6 more

[quote]oh yes of course. here it is.
BTW is there a way of resolving the ‘… 6 more’ at the end?

net.java.games.jogl.GLException: java.lang.ClassNotFoundException: net.java.games.jogl.impl.windows.WindowsGLContextFactory
[/quote]
This wouldn’t be caused by a specific piece of hardware. Somehow your Jogl classes aren’t being found by the application. Make sure jogl.jar and jogl.dll are finding their way into your classpath properly.