Re: update to rc10 and get a library path error!
Posted by
Xerxes RÄnby on
URL: https://forum.jogamp.org/update-to-rc10-and-get-a-library-path-error-tp4025934p4025936.html
2012-08-29 10:29, robbiezl [via jogamp]
skrev:
i found glugen.jar cause the problem,what does this
jar use for?
gluegen is the key technology we use to
A) using gluegen.jar to generate all the JOGL bindings during
compilation of jogamp project from OpenGL C headers.
B) using gluegen-rt.jar to connect to the system installed libGL.so
or gl.dll at runtime up to java level and verify that the loaded
system library contains the functions that we expect it to.
gluegen heavily reduces error prone mainual maintance of creating
the JOGL OpenGL bindings, intead we let the computer do all the
boring work :)
http://jogamp.org/gluegen/www/