Joined: Sun Oct 19, 2008 3:47 pm Posts: 281 Has thanked: 0 time Have thanks: 1 time
Hello. I'm looking to code my own Java Telnet Client that would interface through port 23 to a C++ telnet server type database management system type setup. I'm very proficient with C++ and am currently working on the server, however I need to interface with it to work out any kinks to make a more fluid program.
I've had a basic introduction to the Java API Docs, but they canceled the Advanced class (Java 2) right before the term started so I never got the chance to mess around with the more detailed packages outside of some graphical stuff.
The java.net package looks promising, but I'm having difficulty finding a good tutorial either online, or otherwise. Anybody have any good suggestions?