Submitted On 31-JUL-2001
reddeath
Neither of the system properties seem to have any effect
with the version of JDK I have installed.
java -version info.
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed
mode)
What version will this show up at? It'd solve at least one
critical networking issues for me. If it should be working
in the version of JDK I have is there a working .java file
out there that shows an example of this in action?
Submitted On 28-OCT-2002
ekoperda
The system properties appear to have changed names
somewhere in Sun's development cycle. In J2SDK 1.4.1 they
appear to be called sun.net.client.defaultConnectTimeout and
sun.net.client.defaultReadTimeout. See
http://java.sun.com/j2se/1.4.1/docs/guide/net/properties.html
for more information.
Submitted On 27-JAN-2005
gsuren3
Even the sun.net.clinet.defaultSocketTimeout is working. Any bugs with java version 1.4.2_05 on Linux 2.4.21-20.EL
Please advise.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|