}
});
editor.requestFocus();
// BSHOutputAdapter out = new BSHOutputAdapter(output);
ConsoleInterface bshConsole = new BSHConsole(output);
interpreter = new Interpreter(bshConsole);
interpreter.setClassLoader(Thread.currentThread().getContextClassLoader());
CharvaBshCommandInvoker shell = new CharvaBshCommandInvoker();
try {