work on quoting of java.ext.dirs (#4623)

This commit is contained in:
Ben Fry
2016-08-19 14:07:04 -04:00
parent 14f710687a
commit bcd7f9daf2
4 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<jre>
<path>java</path>
<!-- Deal with jokers who install JOGL, ANTLR, etc system-wide -->
<opt>-Djava.ext.dirs=%EXEDIR%/java/lib/ext</opt>
<opt>-Djava.ext.dirs="%EXEDIR%/java/lib/ext"</opt>
<!-- Prevent a user-installed JNA from conflicting with our version.
https://github.com/processing/processing/issues/2239 -->
<opt>-Djna.nosys=true</opt>
+1 -1
View File
@@ -27,7 +27,7 @@
<jre>
<path>java</path>
<!-- Deal with jokers who install JOGL, ANTLR, etc system-wide -->
<opt>-Djava.ext.dirs=%EXEDIR%/java/lib/ext</opt>
<opt>-Djava.ext.dirs="%EXEDIR%/java/lib/ext"</opt>
<!-- https://github.com/processing/processing/issues/2239 -->
<opt>-Djna.nosys=true</opt>
<!-- Because nosys is set to true, the DLL in the current working