JDK1.1 ??

I was just wondering about the ETA for having Jigsaw integrated with
JDK1.1?  The sun docs show a 3x speed increase with the new JDK1.1
over the JDK1.0.2

Just trying to run with the 1.1 java runtime cause several runtime
errors.  Trying to recompile Jigsaw cause numerous warnings of
"deprecated" (which must be far worse than "depreciated") code.

IE:
javac -d /opt/Jigsaw/src/classes -O HtmlGenerator.java
HtmlGenerator.java:142: Note: The constructor java.io.StringBufferInputStream(java.lang.String) has been deprecated.  Please consult the documentation for a better alternative.
        return new StringBufferInputStream (content) ;
               ^
HtmlGenerator.java:142: Note: class java.io.StringBufferInputStream has been deprecated.  Please consult the documentation for a better alternative.
        return new StringBufferInputStream (content) ;
                   ^
2 warnings
building  w3c.jigsaw.http
javac -d /opt/Jigsaw/src/classes -O Client.java
Client.java:150: Can't access class java.net.SocketOutputStream. Only public classes and interfaces in other packages can be accessed.
                return ((SocketOutputStream) socket.getOutputStream()).getFD() ;
                         ^

-- 
Brian Millett                    
Technology Applications Inc.     "Heaven can not exist,
(314) 530-1981                          If the family is not eternal"
bpm@techapp.com                   F. Ballard Washburn

Received on Tuesday, 10 December 1996 20:15:00 UTC