Name: krC82822 Date: 10/18/2000
18 Oct 2000, eval1127@eng -- 1.1.8, 1.2.2 and 1.3.0-C all send output to stderr,
despite resolution of bug # 4128736 (among others).
-----------------
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, interpreted mode)
The 'java -version' output goes to standard error. Why, the version is not an
error? This occurs on all Javasoft 1.3 JDKs.
(Review ID: 111059)
======================================================================
###@###.### 2001-08-13
java -version goes to stderr intsead of stdout. This problem exists in java 1.1.8, 1.2.2, 1.3.1 and also in 1.4.0-beta_refresh.
As per bug id 4128736 this problem was fixed, but it still exists.
Name: rmT116609 Date: 04/17/2002
DESCRIPTION OF THE PROBLEM :
When executing "java -version" on the JRE 1.4 version the resulting information is sent to standard error instead of standard out.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1. Load the JRE 1.4
2. Execute "java -version"
EXPECTED VERSUS ACTUAL BEHAVIOR :
I would expect the output to be sent to standard out not standard error. This is not consistent with normal unix behavior. If you run "perl -version" or "showrev" commands they are sent to standard out.
(Review ID: 145516)
======================================================================