--
Ok, so far I've got JServ configured now and starting compiling (had to
download the apache-devel rpm from cobaltnet to get apxs).
But when it starts to compile the java files the following error
occures:
--------- snip
CLASSPATH=:/usr/share/JSDK2.0//lib/jsdk.jar:. /usr/bin/javac -g
-deprecation ./org/apache/java/net/AuthenticatedServerSocket.java
unrecognized option: -deprecation
./org/apache/java/net/AuthenticatedServerSocket.java:77: can't inherit
from final class java.net.ServerSocket
public class AuthenticatedServerSocket extends ServerSocket {
^
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??
Thanks,
Guenther Wieser wrote:
>
> --
>
> AFAI can tell you is that kaffe works fine but configuring JServ is a
> bit tweeky because I don't know how to specify the --with-apache-install
> parameter. I don't find any dir's that look like a apache install dir.
>
> PAUL J THOMPSON wrote:
> >
> > --
> >
> > > Before I try to hack around a lot I would like to ask if any of you has
> > > experiences with JServ on a Cobalt Qube 2?
> > > It runs a MIPS processor, apache and the kaffee jvm, so I guess that it
> > > might work.
> > > Does anyone have any idea why it possibly will not work?
> >
> > Keep us updated on how it goes, please. This sounds like good stuff.
> >
> > Paul
> >
> > --
> > --------------------------------------------------------------
> > 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]
>
> --
> Guenther Wieser
> creative-it/Guenther Wieser Software KEG
> Student of Telematik at Graz University of Technology
> http://www.creative-it.com mailto:[EMAIL PROTECTED]
> -> In A World Without Walls And Fences, Who Needs Windows And Gates? <-
>
> --
> --------------------------------------------------------------
> 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]
--
Guenther Wieser
creative-it/Guenther Wieser Software KEG
Student of Telematik at Graz University of Technology
http://www.creative-it.com mailto:[EMAIL PROTECTED]
-> In A World Without Walls And Fences, Who Needs Windows And Gates? <-
--
--------------------------------------------------------------
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]