Re: Description of the generated jars
Posted by
Michael Bien on
Dec 05, 2010; 7:32pm
URL: https://forum.jogamp.org/Description-of-the-generated-jars-tp2022761p2023634.html
Hello,
you can find a short description on the wiki
(
http://jogamp.org/jogl/doc/deployment/JOGL-DEPLOYMENT.html).
e.g a possible full-functionality setup would look like:
jars...
- nativewindow.all.jar
- jogl.all.jar
- newt.all.jar
natives (please extract jars, must be in lib path)...
- jogl-natives-linux-<arch>.jar
- newt-natives-linux-<arch>.jar
- nativewindow-natives-linux-<arch>.jar
JOGL depends on gluegen-rt which would be:
jars...
- gluegen-rt.jar
natives (please extract once again)...
- gluegen-rt-natives-linux-<arch>.jar
for completeness: JOCL also requires gluegen-rt:
jars...
- jocl.jar
natives...
- jocl-natives-linux-<arch>.jar
cdc stands for connected device configuration (mobile).
hope that helps a little bit,
best regards,
michael
On 12/05/2010 04:53 PM, sylvestre [via jogamp] wrote:
Hello,
I am currently trying to package Jogl & Gluegen into
Debian/Ubuntu and I have some problems to find out which jar is
doing what and how they work together (in order to separate them
in packages).
Is there a description of use cases of the following jars ?
gluegen-gl.jar
jogl-natives-linux-amd64-cdc.jar
jogl-natives-linux-amd64.jar
jogl.all-noawt.jar
jogl.all.cdc.jar
jogl.all.jar
jogl.awt.jar
jogl.core.cdc.jar
jogl.core.jar
jogl.egl.cdc.jar
jogl.egl.jar
jogl.gldesktop.dbg.jar
jogl.gldesktop.jar
jogl.gles1.cdc.jar
jogl.gles1.dbg.cdc.jar
jogl.gles1.dbg.jar
jogl.gles1.jar
jogl.gles2.cdc.jar
jogl.gles2.dbg.cdc.jar
jogl.gles2.dbg.jar
jogl.gles2.jar
jogl.glu.gldesktop.jar
jogl.glu.mipmap.cdc.jar
jogl.glu.mipmap.jar
jogl.glu.tess.cdc.jar
jogl.glu.tess.jar
jogl.os.osx.jar
jogl.os.win.jar
jogl.os.x11.jar
jogl.sdk.jar
jogl.test.jar
jogl.util.awt.jar
jogl.util.cdc.jar
jogl.util.fixedfuncemu.cdc.jar
jogl.util.fixedfuncemu.jar
jogl.util.gldesktop.jar
jogl.util.jar
By the way, what means cdc ?
Thanks
S
--
http://michael-bien.com/