这个错误是从JAVA Console抛出的:
Java(TM) Plug-in: ?? 1.3.1
?? JRE ?? 1.3.1 Java HotSpot(TM) Client VM
????? = C:\Documents and Settings\Administrator----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
q:   hide console
s:   dump system properties
t:   dump thread list
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------

解决方案 »

  1.   

    抄下来的,看有没有帮助。
    Changes to java.io after JDK 1.1 beta2
    The class java.lang.Throwable now supports a printStackTrace method that takes a PrintWriter object rather than a PrintStream object. Two convenience constructors, which take OutputStream objects rather than Writer objects, have been added to the PrintWriter class:     PrintWriter(OutputStream out)  
        PrintWriter(OutputStream out, boolean autoFlush)  
    These constructors are intended to ease the transition from the PrintStream class to the new PrintWriter class. The ByteArrayInputStream class now supports the  and reset methods. The ByteToCharConverter and CharToByteConverter classes are no longer part of the public API. They have been moved to the sun.io package, along with the related classes ConversionBufferFullException, MalformedInputException, and UnknownCharacterException. An improved interface for access to low-level character conversion facilities is planned for a future release.