diff options
author | Sven Gothel <[email protected]> | 2012-10-07 12:54:16 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-07 12:54:16 +0200 |
commit | 0d12d1a9f466e2c8c07d63587b9760bdb1aa1adf (patch) | |
tree | 0ba3469ea2ae1fbf1dac969dbd4cd22f0e83d722 /Jake2.sh | |
parent | 72f73f8f92f86b70d08524f18ba4668e2acba0d0 (diff) |
Simple JOGL2 port: Populate 'lib/jogamp/' w/ builds 'gluegen_598-joal_364-jogl_825', use common 'lib/jogamp' folder in build/run
Diffstat (limited to 'Jake2.sh')
-rw-r--r-- | Jake2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ cd `dirname $0` # for jogl and joal -CP=lib/jogl/gluegen-rt.jar:lib/joal/joal.jar:lib/jogl/jogl-all.jar:dist/lib/jake2.jar +CP=lib/jogamp/gluegen-rt.jar:lib/jogamp/joal.jar:lib/jogamp/jogl-all.jar:dist/lib/jake2.jar exec java -Xmx100M -cp $CP jake2.Jake2 $* |