this.jline = new ConsoleReader(new FileInputStream(FileDescriptor.in)
,new PrintWriter(
new OutputStreamWriter(System.out,
System.getProperty("jline.WindowsTerminal.output.encoding", System.getProperty("file.encoding"))))
,null
,new UnixTerminal());
}
catch (IOException e)
{
this.jline = null;
}