deal with Contents/Java/Classes issue

This commit is contained in:
Ben Fry
2013-07-13 00:04:15 -04:00
parent 503cebc56a
commit da285c30c8
4 changed files with 14 additions and 1 deletions

View File

@@ -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