Skip to content

Commit 8c57dd8

Browse files
author
Federico Fissore
committed
MacOSX: setting java.ext.dirs to both jre and jdk paths
1 parent 577a1ce commit 8c57dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
<option value="-Dcom.apple.smallTabs=true"/>
330330
<option value="-Dcom.apple.macos.useScreenMenuBar=true"/>
331331
<option value="-DAPP_DIR=$APP_ROOT/Contents/Java"/>
332-
<option value="-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/jre/lib/ext/"/>
332+
<option value="-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/"/>
333333

334334
<!--
335335
<option value="-Dapple.awt.showGrowBox=false"/>

0 commit comments

Comments
 (0)