Skip to content

Commit

Permalink
discontinue java.ext.dirs for jdk-11 -- in contrast to 982f0bf34804 f…
Browse files Browse the repository at this point in the history
…or jdk-8;
  • Loading branch information
wenzelm committed Oct 5, 2018
1 parent 708adf5 commit fbfebb5
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion Admin/Linux/Isabelle.run
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ unset XMODIFIERS

exec "$ISABELLE_HOME/contrib/jdk/x86_64-linux/jre/bin/java" \
"-Disabelle.root=$ISABELLE_HOME" "${JAVA_OPTIONS[@]}" \
"-Djava.ext.dirs=$ISABELLE_HOME/contrib/jdk/x86_64-linux/jre/lib/ext" \
-classpath "{CLASSPATH}" \
"-splash:$ISABELLE_HOME/lib/logo/isabelle.gif" \
isabelle.Main "$@"
1 change: 0 additions & 1 deletion Admin/MacOS/Info.plist-part2
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<string>-Disabelle.root=$APP_ROOT/Contents/Resources/{ISABELLE_NAME}</string>
<string>-Djava.ext.dirs=$APP_ROOT/Contents/Resources/{ISABELLE_NAME}/contrib/jdk/x86_64-darwin/Contents/Home/jre/lib/ext</string>
<string>-Disabelle.app=true</string>
</array>
<key>JVMArguments</key>
Expand Down
2 changes: 1 addition & 1 deletion Admin/Windows/launch4j/isabelle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maxVersion></maxVersion>
<jdkPreference>jdkOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
<opt>-Disabelle.root=&quot;%EXEDIR%&quot; -Djava.ext.dirs=&quot;%EXEDIR%\contrib\jdk\x86_64-windows\jre\lib\ext&quot; -Dcygwin.root=&quot;%EXEDIR%\contrib\cygwin&quot;</opt>
<opt>-Disabelle.root=&quot;%EXEDIR%&quot; -Dcygwin.root=&quot;%EXEDIR%\contrib\cygwin&quot;</opt>
</jre>
<splash>
<file>{SPLASH}</file>
Expand Down
1 change: 0 additions & 1 deletion bin/isabelle_java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export ISABELLE_HOME="$(cd "$(dirname "$0")"; cd "$(pwd -P)"; cd ..; pwd)"
unset ISABELLE_HOME
unset CLASSPATH
exec "$JAVA_HOME/bin/java" "${JAVA_ARGS[@]}" \
"-Djava.ext.dirs=$JAVA_HOME/lib/ext" \
-classpath "$ISABELLE_CLASSPATH" "$@"
fi
}
1 change: 0 additions & 1 deletion lib/Tools/java
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ eval "declare -a JAVA_ARGS=($ISABELLE_JAVA_SYSTEM_OPTIONS)"
unset CLASSPATH

isabelle_java java "${JAVA_ARGS[@]}" \
"-Djava.ext.dirs=$(platform_path "$ISABELLE_JDK_HOME/jre/lib/ext")" \
-classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"
1 change: 0 additions & 1 deletion lib/Tools/scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ do
done

isabelle_scala scala "${SCALA_ARGS[@]}" \
"-Djava.ext.dirs=$(platform_path "$ISABELLE_JDK_HOME/jre/lib/ext")" \
-classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"
1 change: 0 additions & 1 deletion lib/Tools/scalac
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
isabelle_admin_build jars || exit $?

isabelle_scala scalac -Dfile.encoding=UTF-8 \
"-Djava.ext.dirs=$(platform_path "$ISABELLE_JDK_HOME/jre/lib/ext")" \
-classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"

0 comments on commit fbfebb5

Please sign in to comment.