attempt to get javac running, especially for macos9

This commit is contained in:
benfry
2003-07-25 22:27:53 +00:00
parent 48b46c50ed
commit 68c0fb3810
6 changed files with 42 additions and 13 deletions
+1 -1
View File
@@ -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;