diff options
author | Sven Gothel <[email protected]> | 2023-01-15 03:48:44 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-01-15 03:48:44 +0100 |
commit | 629bf805104b65f312a839db1296fd5399a1f5dc (patch) | |
tree | ee079f05e1db1ec65f6fdc1b3dc43fa35db2c0c1 /make | |
parent | 471683eb4550af38f2186056f6094c5ea361b8b4 (diff) |
build script: Add comment setting JDK-11, since default build is JDK-17 for Java-1.8 API.
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86_64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index f4f9e97cc..0b809aa18 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -2,6 +2,9 @@ SDIR=`dirname $0` +# export J2RE_HOME=/usr/lib/jvm/java-11-openjdk-amd64 +# export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 + if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogamp-x86_64.sh fi |