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