diff options
author | Sven Gothel <[email protected]> | 2011-09-23 17:37:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-23 17:37:25 +0200 |
commit | ce6bf06f73d8e677cb261ae4c799c4fa3116afce (patch) | |
tree | da5650a556f22c12cb8c4027e9d64282e1168639 /make/scripts | |
parent | 4c11e17e5365f2e34ca844b206387ce03ec2f5f0 (diff) |
Adding html launch type and page for new 'NApplet', using new TempJarCache for native libs.
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 0d2aef8c5..1c9ba78a7 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -96,7 +96,7 @@ function jrun() { #D_ARGS="-Djogamp.debug.TempFileCache" #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JARUtil" D_ARGS="-Djogamp.debug.JNILibLoader" - #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.gluegen.UseTempJarCache=false" + #D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.gluegen.UseTempJarCache=false -Djogamp.debug.JARUtil" #X_ARGS="-Dsun.java2d.noddraw=true -Dsun.java2d.opengl=true" #X_ARGS="-verbose:jni" |