Hello everyone,
how can I read an input when i execute a command in Scite? E.g. I have the
following java-code:
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String eingabe = new String();
try{
eingabe = in.readLine();
} catch (IOException e) {}
When I start my programm via a shell, it reads my input. But Scite
doesn't. You understand my problem? I hope you can help me.
Greets, Mo.
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest