aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-x86_64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-08-16 11:57:48 +0200
committerSven Gothel <[email protected]>2019-08-16 11:57:48 +0200
commit7f350097c4ac502982f7e6961181d01304bc5de9 (patch)
tree1be42bbd7748b5762d2f50e1f98327a4c430239e /make/scripts/make.gluegen.all.linux-x86_64.sh
parente44b9364353a6173598eb98d276795d77cc4456c (diff)
parent5f9c1435ab06c7b620befa8677fc23080dac0ce2 (diff)
Merge branch 'java11'
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86_64.sh')
-rwxr-xr-xmake/scripts/make.gluegen.all.linux-x86_64.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh
index 60e35d6..225aa8d 100755
--- a/make/scripts/make.gluegen.all.linux-x86_64.sh
+++ b/make/scripts/make.gluegen.all.linux-x86_64.sh
@@ -20,9 +20,9 @@ fi
# -Dc.compiler.debug=true \
# -Djavacdebuglevel="source,lines,vars" \
-export SOURCE_LEVEL=1.6
-export TARGET_LEVEL=1.6
-export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar
+export SOURCE_LEVEL=1.8
+export TARGET_LEVEL=1.8
+export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar
#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org"
export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet"