javah has an inconsistency with the stdout and stderr streams.
Typing "javah -version" should send its output to stdout. Instead
it sends it to stderr.
Typing "javah -v File" should send its output to stdout. Instead
it sends it to stderr.
Only errors should goto stderr.
All verbose output should goto stdout.
This should be consistent with the jar tool that was fixed because of this same problem.
Typing "javah -version" should send its output to stdout. Instead
it sends it to stderr.
Typing "javah -v File" should send its output to stdout. Instead
it sends it to stderr.
Only errors should goto stderr.
All verbose output should goto stdout.
This should be consistent with the jar tool that was fixed because of this same problem.