[JPython] jython-21a1 telnet interpreter.
by James Bullard other posts by this author
Apr 18 2001 6:07PM messages near this date
[JPython] Sorry !
|
[JPython] jython-21a1 interpreter
Thanks to the help of Jeff I am much closer to implementing the jython
iterpreter server. Currently, the server properly prints the prompt to the
telnet window, but it improperly prints the results to the console which the
server is running on (stdout, stderr). I have overidden the
raw_input(PyObject prompt) and write(String data) methods. I cannot
determine where exactly the evaluated PyObject can be written. I have
attached the file -- thanks for the help .
Jim
Attachments:
TLDebugTerminal.java
|