1752806 Members
5784 Online
108789 Solutions
New Discussion

java

 
tarek_3
Frequent Advisor

java

hi
does any one know how to write a java program that telnet a unix server from Winnt2000.
i know how to write such kind of application using VB+activeX, but no idea with java.
please it 's very urgent
1 REPLY 1
Khalid A. Al-Tayaran
Valued Contributor

Re: java


Hi,

You can telnet from a java program and execute commands remotley. That means you need java.net and java.rmi.
net: networking package
rmi: remote method invocation package

First refer to this:
http://java.sun.com/j2se/1.4.1/docs/api/index.html


also:
http://www.jscape.com/inetfactory/

There are Telnet client Applets written in Java. Maybe you can use one.