diff options
Diffstat (limited to 'test/TestEclipse_JarInJar/run-jarinjar.sh')
-rw-r--r-- | test/TestEclipse_JarInJar/run-jarinjar.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/TestEclipse_JarInJar/run-jarinjar.sh b/test/TestEclipse_JarInJar/run-jarinjar.sh new file mode 100644 index 0000000..404a301 --- /dev/null +++ b/test/TestEclipse_JarInJar/run-jarinjar.sh @@ -0,0 +1,8 @@ + +THIS_DIR=`pwd` + +D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.JarUtil -Djogamp.debug.TempJarCache" +#D_ARGS="-Djogamp.debug.ProcAddressHelper -Djogamp.debug.NativeLibrary -Djogamp.debug.NativeLibrary.Lookup" +#D_ARGS="-Djogamp.debug.JNILibLoader -Djogamp.debug.TempFileCache -Djogamp.debug.JarUtil -Djogamp.debug.TempJarCache -Djogamp.debug.NativeLibrary -Djogamp.debug.NativeLibrary.Lookup -Djogl.debug=all" + +java $D_ARGS -jar lala02.jar 2>&1 | tee run-jarinjar.log |