I agree with a-j: telnet is nothing more than passing pure text messages back and forth (such as "connect 192.168.0.1"). You should easily be able to tell Java to open a socket, dump some text into the socket, wait for the reply, display it, repeat as necessary.
|