jogl*.dll in right place - yet errors during run-time

Here’s the issue. I have compiled successfully a very short program (the only important part of which is System.loadLibrary (“jogl”);

and as that line is executed i get Java complaining about jogl.dll by telling me that “[it]can’t find dependent libraries” since jawt.dll hasn’t been found. I checked and the file is there. What can i have done stupidishly here?

I’m running WinXP, JDK150.

I thought this was an error of jogl itself, not sure though

You can look at this!

http://192.18.37.44/forums/index.php?topic=10262.0

There should be no need to load JOGL DLLs directly yourself. JOGL does all of that for you under the covers. Just start with the GLDrawableFactory and work from there.