Hi,
I can’t get jogl installed right on linux.
This is what I’ve put in .bashrc
for jar in /home/nico/updates/jogl-1.1.0-rc3-linux-i586/lib/*.jar ; do
CLASSPATH=${CLASSPATH}:$jar
done
LD_LIBRARY_PATH=/home/nico/updates/jogl-1.1.0-rc3-linux-i586/lib
when I type
echo $CLASSPATH
I get
:/home/nico/updates/jogl-1.1.0-rc3-linux-i586/lib/gluegen-rt.jar:/home/nico/updates/jogl-1.1.0-rc3-linux-i586/lib/jogl.jar
en when I type
echo $LD_LIBRARY_PATH
I get
/home/nico/updates/jogl-1.1.0-rc3-linux-i586/lib
That seem’s to be allright, but when I try to compile, I get lots of errors, the first beeing
Hello.java:4: package javax.media.opengl does not exist