#! /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'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 1cd3375b4250f4e2f756f9b62fb68d8a14a2a886 (plain)
1
2
3
4
5
6
7
8
9