JDK-4200502 : Runtime.exec() confuses sockets in child process under NT
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1999-01-04
  • Updated: 1999-03-29
  • Resolved: 1999-03-29
Related Reports
Duplicate :  
Description

Name: gsC80088			Date: 01/04/99


Hello,

My problem is:
I'm launching a command from Java using Runtime.exec() under NT (4.0SP3). 
This command seems to have only partially functioning sockets ! It's easy 
to reproduce this by launching ping <hostname>. ping <ip_address> works 
fine, by the way. I've tried JDKs 1.1.6, 1.1.7, 1.2beta 4. None works.

Any help or workarounds ?

The background is:
I'm trying to issues some CVS commands from java using the Runtime.exec() method. 
I need the pserver way to access my repository, and I don't want to program against 
that cryptic CVS client/server api myself.
(Review ID: 40816)
======================================================================

Comments
WORK AROUND Name: gsC80088 Date: 01/04/99 - none found - ======================================================================
11-06-2004