JDK-4062530 : Deprecation warning with System.setErr() and System.setOut()
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.1.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1997-07-01
  • Updated: 1997-07-01
  • Resolved: 1997-07-01
Related Reports
Duplicate :  
Description

Name: mc57594			Date: 07/01/97


System.setErr(PrintStream ) and System.setOut(PrintStream ) requires a PrintStream 
instance to be supplied as parameter.  But PrintStream constructors are deprecated. 
So I get a deprecated warning when I compile the code.


======================================================================

Comments
WORK AROUND Name: mc57594 Date: 07/01/97 ======================================================================
11-06-2004