mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 11:55:38 +01:00
deal with Contents/Java/Classes issue
This commit is contained in:
@@ -100,7 +100,7 @@ public class Compiler {
|
||||
// System.arraycopy(sourceFiles, 0, command, baseCommand.length, sourceCount);
|
||||
String[] command = PApplet.concat(baseCommand, sourceFiles);
|
||||
|
||||
//PApplet.println(command);
|
||||
// PApplet.println(command);
|
||||
|
||||
try {
|
||||
// Load errors into a local StringBuffer
|
||||
|
||||
Reference in New Issue
Block a user