From 8465de422425635254c77f9e3d702c98e0e9dd62 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 24 Sep 2003 23:34:05 +0000 Subject: [PATCH] last little feller --- processing/app/PdeRuntime.java | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/processing/app/PdeRuntime.java b/processing/app/PdeRuntime.java index 5e209989d..d2afa88cc 100644 --- a/processing/app/PdeRuntime.java +++ b/processing/app/PdeRuntime.java @@ -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();