JAR inquisition
Posted by
Francois on
Aug 23, 2011; 1:30pm
URL: https://forum.jogamp.org/JAR-inquisition-tp3277996.html
I decided to clone the gluegen, jogl and jogl-demos from git://github.com/sgothel/ so that I can run the latest ES2 demos (it seemed that the jar files I had were not compatible with the new demos and furthermore I could not find the 4 files I was looking for in the latest autobuild:
http://jogamp.org/deployment/autobuilds/master/).
I tried to add the four jars that I used to include (gluegen-rt.jar, nativewindow.all.jar, jogl.all.jar, newt.all.jar) but was unable to find nativewindow.all.jar and newt.all.jar so instead I just add the entire gluegen and jogl projects to the build path (the jogl-demo's work fine now).
Have you changed the required jar files or did I screw something up along the way? Including the projects in the build path is not really bothering me, I'm just curious as to which .jars (and .dlls) I would require if the day comes that I only want those files (e.g. java applets).