View Single Post
  #2 (permalink)  
Old 07-30-2007, 11:59 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Telnet is really easy with Java. Use the java.net.Socket class to create a TCP socket to the server. Then you can read and write to the Output/InputStreams. I would wrap those stream classes in Readers to make thing a little easier.
Reply With Quote