mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
work on quoting of java.ext.dirs (#4623)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user