Re: Connecting to UNIX box(network server) from a java program running in Windows
Posted By:
Robert_Lybarger
Posted On:
Tuesday, October 10, 2006 08:47 PM
The platform a network service is running on doesn't make any difference between UNIX or Windows (aside from whether the service even exists in the first place). You Java program connects the same way as if the service was on Windows. Of course, you could have omitted a lot of important information in your question....