diff options
author | Sven Gothel <[email protected]> | 2014-01-22 10:24:38 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-22 10:24:38 +0100 |
commit | 971190d8718bb1e2b7eafdd49cfa2523dd8a8152 (patch) | |
tree | 9b97c08633b323d23eea6ea6d9b185f13ec3341a /make/scripts | |
parent | 1eb0c1c14240f1e8c1dfbf8493c589f8dba4c4b6 (diff) |
Adapt to Oracle's removal of the Java Applet Sandbox, i.e. >= 7u51 ; Remove reference to JNLPAppletLauncher - use NApplet fallback
Sadly, due to Oracle's Java Applet Plugin update 7u51,
unsigned applets are no more allowed and hence the
Applet sandbox is being taken away.
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.x86_64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh index 0f7b959..b25ffb5 100755 --- a/make/scripts/make.jogl.all.x86_64.sh +++ b/make/scripts/make.jogl.all.x86_64.sh @@ -12,6 +12,9 @@ fi # -Djogl.cg=1 \ # -Djogl.redbook=true \ +#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" + # BUILD_ARCHIVE=true \ ant \ -Dtarget.sourcelevel=1.6 \ |