1 2 3 4 5 6 7 8 9 |
|
#! /bin/sh CPOK=0 echo $CLASSPATH | grep jogl && CPOK=1 if [ $CPOK -eq 0 ] ; then # Only valid for autobuild .. otherwise run manually with build-dir . ./setenv-jogl.sh JOGL_ALL echo $CLASSPATH | grep jogl && CPOK=1 fi if [ $CPOK -eq 0 ] ; then echo No JOGL in CLASSPATH else java $* 2>&1 | tee java-run.log fi s-git' href='git://jogamp.org/srv/scm/jogl.git' title='jogl.git Git repository'/>