summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-15 03:48:44 +0100
committerSven Gothel <[email protected]>2023-01-15 03:48:44 +0100
commit629bf805104b65f312a839db1296fd5399a1f5dc (patch)
treeee079f05e1db1ec65f6fdc1b3dc43fa35db2c0c1 /make
parent471683eb4550af38f2186056f6094c5ea361b8b4 (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-xmake/scripts/make.jogl.all.linux-x86_64.sh3
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