--

Guenther Wieser wrote:
> 
> 1 error
> make[2]: *** [org/apache/java/net/AuthenticatedServerSocket.class] Error
> 255
> --------- snip
> 
> Note that many classes have already been comiled at this state, so the
> javac works so far.
> And as it is desribed in my java books you really can't inherit from a
> final class.
> So why is that happening here with JServ1.0fc1??
> 
The "final" attribute from java.net.ServerSocket was removed between
Java Platform 1.0 (JDK 1.0) and Java Platform 1.1 (JDK 1.1), and
currently is NOT final in Java Platform 2 (JDK 1.2). It might be worth a
try getting a new version of the VM :-)

        Pier

-- 
Pierpaolo Fumagalli            <[EMAIL PROTECTED]>
------------------------------------------------
If you put three drops of poison in can of Coke,
you don't have Coke anymore.
                                   Scott McNealy
------------------------------------------------


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to