jdb has an inconsistency with the stdout and stderr streams.
Typing "jdb -version" 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.
Typing "jdb -version" 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.