From 229adcb91ecb47391b93bb1c36453262acf70ff6 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Mon, 19 Aug 2019 09:02:38 +0200 Subject: Bug 1363: Java 11: Adapt build scripts for java11 --- make/scripts/make.jogl.all.linux-x86-clang.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'make/scripts/make.jogl.all.linux-x86-clang.sh') diff --git a/make/scripts/make.jogl.all.linux-x86-clang.sh b/make/scripts/make.jogl.all.linux-x86-clang.sh index b76997d1e..aaf9029db 100755 --- a/make/scripts/make.jogl.all.linux-x86-clang.sh +++ b/make/scripts/make.jogl.all.linux-x86-clang.sh @@ -41,9 +41,9 @@ echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF # -Dgluegen-cpptasks.file=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-linux-32bit.xml \ # -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 GLUEGEN_PROPERTIES_FILE="../../gluegen/make/lib/gluegen-clang.properties" # or -Dgcc.compat.compiler=clang -- cgit v1.2.3