hi,
Here is a stange problem found with JACL 1.1.1:
When Shell is started (java -classpath tcljava.jar;jacl.jar
tcl.lang.Shell), the characters typed after the prompt are NOT printed
on screen until return is pressed! difficult to type commands ;-)
I have modified tcl.lang.Shell line 278 in method run:
// replaced line sbuf.append(getLine());
try {
sbuf = new StringBuffer((new BufferedReader(new
InputStreamReader(System.in))).readLine());
} catch (IOException e ){
e.printStackTrace();
System.exit(0);
}
It works well but I think I have made mistake somewhere else. a big so
big can't be a bug!
environnement: windows NT/ jdk1.2
philippe - france
----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.
A list archive is at: http://www.findmail.com/listsaver/tcldallas/