last little feller

This commit is contained in:
benfry
2003-09-24 23:34:05 +00:00
parent 7b8e67130b
commit 8465de4224

View File

@@ -75,8 +75,6 @@ public class PdeRuntime implements PdeMessageConsumer {
int x1 = parentLoc.x - 20;
int y1 = parentLoc.y;
//externalPaths =
//externalPaths + PdeCompiler.calcClassPath();
try {
//if (PdeBase.getBoolean("play.external", false)) {
//System.out.println(externalPaths);
@@ -288,21 +286,17 @@ public class PdeRuntime implements PdeMessageConsumer {
if (process != null) { // running externally
//System.out.println("killing external process");
//process.destroy();
process.destroy();
process = null;
//System.out.println("cutting umbilical cord");
/*
try {
FileOutputStream fos = new FileOutputStream("die");
fos.close();
} catch (Exception e) {
e.printStackTrace();
}
//try {
//umbilical.close();
//umbilical = null;
//} catch (IOException e) {
//e.printStackTrace();w
//}
*/
}
//System.gc();