Other |
---|
1.2.0 1.2beta4Fixed |
Relates :
|
|
Relates :
|
javap has an inconsistency with the stdout and stderr streams. Typing "java -version" should send its output to stdout. Instead it sends it to stderr. Typing "java -v classfile" should send its output to stdout. Instead it sends it to stderr. Only errors should goto stderr. This should be consistent with the jar tool that was fixed because of this same problem.
|