How can i login/access windows machine from a unix machine using Java.
Thanks in advance
Regards,
manohar
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Telnet and SSH libraries are available for Java; check the Apache Commons Net library for the former. If by "login/access" you meant something other than Telnet or SSH, please provide more details.