diff options
Diffstat (limited to 'make/scripts/make.jogl.all.generic.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.generic.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/scripts/make.jogl.all.generic.sh b/make/scripts/make.jogl.all.generic.sh index 9a2cbf4d9..de46ac9de 100755 --- a/make/scripts/make.jogl.all.generic.sh +++ b/make/scripts/make.jogl.all.generic.sh @@ -16,9 +16,9 @@ # -Dsetup.addNativeKD=true \ -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" |