mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
attempt to get javac running, especially for macos9
This commit is contained in:
@@ -29,7 +29,7 @@ import java.io.*;
|
||||
public class PdeCompiler implements PdeMessageConsumer{
|
||||
static final String SUPER_BADNESS =
|
||||
"Strange error while compiling, " +
|
||||
"please send this code to processing@media.mit.edu";
|
||||
"please send code to processing@media.mit.edu";
|
||||
|
||||
String buildPath;
|
||||
String className;
|
||||
|
||||
Reference in New Issue
Block a user