Am Dienstag, 9. Dezember 2008 schrieb Andrea Florio: > hi toni, i'm working on scilab, and i had several problems with jogl. > > jar file infact is really different from the expected one.. > > i should find "javax.media.opengl.glu" "javax.media.opengl" ecc ecc, the new jogl-packages are uploaded.
the packages for the old namespace net.java.games are suffixed with jogl-net.java.games to use them you need to add to the build-classpath macro: jogl-net.java.games and as -Djava.library.path=/usr/lib/jogl-net.java.games or /usr/lib/64/jogl-net.java.games the packages with the new namespace javax.media.opengl jogl-1.1.1 jogl-cg-1.1.1 jogl-manual-1.1.1 jogl-javadoc-1.1.1 to use them you need to add to build-classpath macro: jogl gluegen-rt and as -Djava.library.path=/usr/lib or /usr/lib/64 > Thanks > Andrea -- have fun Toni _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
