File tree Expand file tree Collapse file tree
app/src/processing/app/tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public void run() {
105105 String classPath = jarList .join (":" ).replaceAll (javaRoot + "\\ /?" , "" );
106106
107107 writer .println ("cd \" " + javaRoot + "\" && " +
108- Platform .getJavaPath () +
108+ Platform .getJavaPath (). replaceAll ( " " , " \\ \\ " ) +
109109 " -Djna.nosys=true" +
110110 " $OPTION_FOR_HEADLESS_RUN" +
111111 " -cp \" " + classPath + "\" " +
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ X https://github.com/processing/processing/issues/1601
2020X JRE download fails during ant build
2121X https://github.com/processing/processing/issues/4823
2222X changed headerType to console (make sure changed back)
23+ X Spaces not handled correctly in when installing "processing-java" on macOS
24+ X https://github.com/processing/processing/issues/4779
2325
2426_ blank window on startup where the "welcome" screen should be
2527_ https://github.com/processing/processing/issues/3933
@@ -37,9 +39,6 @@ _ need to move "is this a sketch?" handling into Mode
3739_ fix extension check for other modes
3840_ https://github.com/processing/processing/issues/3980
3941
40- _ Spaces not handled correctly in when installing "processing-java" on macOS
41- _ https://github.com/processing/processing/issues/4779
42-
4342contrib
4443X Added the remove filter feature
4544X https://github.com/processing/processing/pull/3890
You can’t perform that action at this time.
0 commit comments