diff options
author | Sven Gothel <[email protected]> | 2014-08-28 19:00:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-08-28 19:00:42 +0200 |
commit | 262592bc9d692fb4fa5f79eab7994998151b3ed1 (patch) | |
tree | d5c85d4b85c4a7a85f5b760797f5b0830203261c /make/scripts/tests-x64.sh | |
parent | 8ca6a47b5cff613a40e6fb3dfef48f16b4b6995d (diff) |
TestVersionSemantics: BACKWARD_COMPATIBLE_USER current vs 2.2.0
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index 421b912fb..30b0aaf8a 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -12,6 +12,12 @@ SDIR=`dirname $0` #export LD_LIBRARY_PATH=$HOME/ffmpeg-2.2.2/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$HOME/ffmpeg-2.2.3/lib:$LD_LIBRARY_PATH +#J2RE_HOME=/opt-linux-x86_64/jre1.7.0_45 +#JAVA_HOME=/opt-linux-x86_64/jdk1.7.0_45 +#J2RE_HOME=/opt-linux-x86_64/jre7 +#JAVA_HOME=/opt-linux-x86_64/j2se7 +#export J2RE_HOME JAVA_HOME + if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh fi |