attempt to get javac running, especially for macos9

This commit is contained in:
benfry
2003-07-25 22:27:53 +00:00
parent af3d531e4a
commit c9b0d372e8
6 changed files with 42 additions and 13 deletions

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;