Hello,
we are developing an application for a 3D Display which requires usage of a proxy opengl32.dll which should be placed in the application directory. This works for my example C++ Application. I tried putting the DLL into the directory of the jar file, the path to the java binary and just about every other path i could imagine as fitting, none worked.
Could anyone please give a hint on how i could use the OpenGL Proxy DLL and which steps i need to follow?
Development environment is eclipse with jdk/jre 1.6.0_04 (Windows XP SP 2).
Thanks.