random fixes heading towards rev 9

This commit is contained in:
benfry
2001-09-28 21:20:44 +00:00
parent b9da77e0ad
commit 6cf86efa55
4 changed files with 53 additions and 95 deletions

View File

@@ -78,13 +78,13 @@ public class PdeRunner implements Runnable {
#endif
*/
} else if (program.indexOf("extends ProcessingApplet") != -1) {
#ifdef JAVAC
engine = new JavacEngine(program, graphics);
engine.start();
#else
throw new Exception("javac support not included");
#endif
// } else if (program.indexOf("extends ProcessingApplet") != -1) {
//#ifdef JAVAC
// engine = new JavacEngine(program, graphics);
// engine.start();
//#else
// throw new Exception("javac support not included");
//#endif
} else if (program.indexOf("// dbn") == 0) {
#ifdef DBN