hi,
   i am using kaffe-1.1.1 and jetty 4.2.12,
Jetty seeam to work fine, but unable to pick up the
pages, i do not find why is it doing so, i able to
load the pages manualy,
i am trying to complie the kaffe classes sepratly, coz
i gusses the problem is with the classes not with the
kaffe. i have a request
1. which version of JDK does kaffe use
2. how to make jetty working with kaffe
3. how to complie classes sepratly

any help in this reagrd 
thanks in advance
Syed.M.A
--- [EMAIL PROTECTED] wrote:
> Send kaffe mailing list submissions to
>       [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
>       http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of kaffe digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: kaffe digest, Vol 1 #734 - 10 msgs (Syed
> Mudasir ahmed)
>    2. Re: kaffe digest, Vol 1 #734 - 10 msgs
> (Dalibor Topic)
>    3. Re: javalib segfault when compiling (Dalibor
> Topic)
>    4. Re: problems with kaffe-1.1.2 + ant-1.5.4
> (Dalibor Topic)
>    5. bug report: KaffeInternal works,two new tests
> fail (UDPTest and, SoTimeout) (jrandom)
>    6. spec file generation patch (supreet)
>    7. Weird warnings on powerpc-macosx (Dalibor
> Topic)
>    8. re: bug report: KaffeInternal works,two new
> tests fail (UDPTest and, SoTimeout) (jrandom)
>    9. CVS kaffe (dalibor): Fixed small compiler
> warning on powerpc-darwin (Kaffe CVS)
>   10. Re: Weird warnings on powerpc-macosx (Dalibor
> Topic)
>   11. Re: Weird warnings on powerpc-macosx (Timothy
> Stack)
>   12. Re: Bug Report: multiple sockets can't bind to
> same multicast address (Everton da Silva Marques)
>   13. CVS kaffe (dalibor): Fixed small compiler
> warning on powerpc-darwin (Kaffe CVS)
> 
> --__--__--
> 
> Message: 1
> Date: Thu, 30 Oct 2003 09:11:48 -0800 (PST)
> From: Syed Mudasir ahmed <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [kaffe] Re: kaffe digest, Vol 1 #734 - 10
> msgs
> 
> what does this mean
> kaffe-bin -classpath /mnt/cf/kaffe/lib/kjc.jar hello
> 
> Could not initialize Kaffe.
> Your rt.jar version is 1.05, but this VM was
> compiled
> with version 101.00
> 
> The current effective classpath is
>
`/mnt/cf/kaffe/jre/lib/rt.jar:/mnt/cf/kaffe/lib/kjc.jar:/mnt/cf/kaffe/share/kaffe:/mnt/cf/kaffe/lib/kjc.jar'
> 
> how do i compile the rt.jar to over come this
> problem
> 
> Syed Mudasir Ahmed 
> --- [EMAIL PROTECTED] wrote:
> > Send kaffe mailing list submissions to
> >     [EMAIL PROTECTED]
> > 
> > To subscribe or unsubscribe via the World Wide
> Web,
> > visit
> >     http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
> > or, via email, send a message with subject or body
> > 'help' to
> >     [EMAIL PROTECTED]
> > 
> > You can reach the person managing the list at
> >     [EMAIL PROTECTED]
> > 
> > When replying, please edit your Subject line so it
> > is more specific
> > than "Re: Contents of kaffe digest..."
> > 
> > 
> > Today's Topics:
> > 
> >    1. CVS kaffe (dalibor): Fixed small compiler
> > warning on powerpc-darwin (Kaffe CVS)
> >    2. Re: kaffe digest, Vol 1 #733 - 3 msgs (Syed
> > Mudasir ahmed)
> >    3. Re: Bug Report: multiple sockets can't bind
> to
> > same multicast
> >        address (Guilhem Lavaux)
> >    4. CVS kaffe (guilhem): MulticastSocket fixes +
> > DatagramSocket fixes (related to InetAddress)
> (Kaffe
> > CVS)
> >    5. CVS kaffe (guilhem): ** empty log message
> ***
> > (Kaffe CVS)
> >    6. CVS kaffe (dalibor): Removed unused field to
> > fix a compiler warning on powerpc-darwin (Kaffe
> CVS)
> >    7. question about characters set.
> > (=?iso-8859-1?q?jsona=20laio?=)
> >    8. problems with kaffe-1.1.2 + ant-1.5.4 (Juan
> > Antonio Martinez)
> >    9. javalib segfault when compiling (Hakon
> Gunsen)
> > 
> > -- __--__-- 
> > 
> > Message: 1
> > From: Kaffe CVS <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Reply-To: Kaffe Mailing List <[EMAIL PROTECTED]>
> > Date: Thu, 30 Oct 2003 06:55:56 -0800
> > Subject: [kaffe] CVS kaffe (dalibor): Fixed small
> > compiler warning on powerpc-darwin
> > 
> > PatchSet 4139 
> > Date: 2003/10/30 14:53:56
> > Author: dalibor
> > Branch: HEAD
> > Tag: (none) 
> > Log:
> > Fixed small compiler warning on powerpc-darwin
> > 
> > Members: 
> >     ChangeLog:1.1731->1.1732 
> >     libraries/clib/io/AudioPlayer.c:1.12->1.13 
> > 
> > Index: kaffe/ChangeLog
> > diff -u kaffe/ChangeLog:1.1731
> > kaffe/ChangeLog:1.1732
> > --- kaffe/ChangeLog:1.1731  Thu Oct 30 08:16:02
> 2003
> > +++ kaffe/ChangeLog Thu Oct 30 14:53:56 2003
> > @@ -1,5 +1,12 @@
> >  2003-10-30  Dalibor Topic <[EMAIL PROTECTED]>
> >  
> > +   * libraries/clib/io/AudioPlayer.c:
> > +   (kaffe_applet_AudioPlayer_playFile) Changed
> bRead
> > +   type to ssize_t to fix compiler warning on
> > +   powerpc-darwin.
> > +
> > +2003-10-30  Dalibor Topic <[EMAIL PROTECTED]>
> > +
> >     * libraries/clib/net/PlainSocketImpl.c,
> >     libraries/clib/net/PlainDatagramSocketImpl.c:
> >     (ip62str) Use s6_addr to access bytes in address
> > Index: kaffe/libraries/clib/io/AudioPlayer.c
> > diff -u kaffe/libraries/clib/io/AudioPlayer.c:1.12
> > kaffe/libraries/clib/io/AudioPlayer.c:1.13
> > --- kaffe/libraries/clib/io/AudioPlayer.c:1.12      Wed
> > Jan 19 10:59:19 2000
> > +++ kaffe/libraries/clib/io/AudioPlayer.c   Thu Oct
> 30
> > 14:53:58 2003
> > @@ -24,7 +24,7 @@
> >     char    fName[MAXPATHLEN];
> >     int     bLen = 1024;
> >     int     fin, dev, rc;
> > -   size_t  bRead;
> > +   ssize_t bRead;
> >     void    *buf;
> >  
> >     buf = KMALLOC( bLen);
> > @@ -46,7 +46,7 @@
> >             SignalError("java.io.IOException",
> > SYS_ERROR(rc));
> >     }
> >  
> > -   while ( (KREAD( fin, buf, bLen, &bRead ) == 0)
> &&
> > ((ssize_t)bRead > 0)) {
> > +   while ( (KREAD( fin, buf, bLen, &bRead ) == 0)
> &&
> > (bRead > 0)) {
> >             ssize_t bWritten;
> >             KWRITE( dev, buf, bRead, &bWritten );   /* XXX
> > check error */
> >     }
> > 
> > 
> > -- __--__-- 
> > 
> > Message: 2
> > Date: Thu, 30 Oct 2003 07:22:55 -0800 (PST)
> > From: Syed Mudasir ahmed <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: [kaffe] Re: kaffe digest, Vol 1 #733 - 3
> > msgs
> 
=== message truncated ===


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to