Re: [kaffe] ".properties" files with Kaffe

2003-03-10 Thread Dalibor Topic
Hi Tanguy, --- Tanguy Monfort <[EMAIL PROTECTED]> wrote: > Does anybody know how I can use ".properties" files > like "javax.comm.properties" with Kaffe ? I would expect it to work the same like with Sun's impementation: http://javaalmanac.com/egs/java.util/Props.html cheers, dalibor topic __

Re: [kaffe] ".properties" files with Kaffe

2003-03-10 Thread Warwick Hunter
Tanguy > Does anybody know how I can use ".properties" files like > "javax.comm.properties" with Kaffe ? It should work the same under Kaffe as under any other JVM. If not then please send a bug report through to this list. Warwick import java.util.ResourceBundle; import java.util.MissingResource

[kaffe] ".properties" files with Kaffe

2003-03-10 Thread Tanguy Monfort
Hello,   As I am new with Kaffe, the fhis question may appear to be stupid :)   Does anybody know how I can use ".properties" files like "javax.comm.properties" with Kaffe ?   Thanks by advance.   Best regards,   Tanguy Monfort.

Re: [kaffe] JIT3 Questions

2003-03-10 Thread Timothy Stack
ops, sorry about the previous email > > I've been looking at the problem with JIT3 on MIPS platforms, > and have come across something distinctly suspicious that I know > how to fix in the abstract. I could use some guidance from other > more experienced JIT hands as to how to best deal wit

Re: [kaffe] JIT3 Questions

2003-03-10 Thread Timothy Stack
> > I've been looking at the problem with JIT3 on MIPS platforms, > and have come across something distinctly suspicious that I know > how to fix in the abstract. I could use some guidance from other > more experienced JIT hands as to how to best deal with it in practice. > > In the generated fu

Re: [kaffe] JIT3 Questions

2003-03-10 Thread Kevin D. Kissell
Never mind. It looks as if there was a bug in the JIT diagnostic trace that isn't in the generated code itself. Note: > /* Save callee save regs */ > for (i = 0; i < 8; i++) { > ldst_RRC(_SW, REG_s0+i, REG_fp, -SLOTSIZE*(5+i)); > debug(("sw

[kaffe] JIT3 Questions

2003-03-10 Thread Kevin D. Kissell
I've been looking at the problem with JIT3 on MIPS platforms, and have come across something distinctly suspicious that I know how to fix in the abstract. I could use some guidance from other more experienced JIT hands as to how to best deal with it in practice. In the generated function prologue

[kaffe] Re: AWT problem

2003-03-10 Thread Tony Wyatt
Hi Dalibor, On 10-Mar-03, you wrote: > > --- Justin Dearing <[EMAIL PROTECTED]> wrote: >> Hello all, >> >> I'm having a problem with a small awt proram I'm wri > > You may have a problem with your internet connection > as well ;) > Ah, that's a relief. I thought there must be a large fly sitt

Re: [kaffe] AWT problem

2003-03-10 Thread Dalibor Topic
--- Justin Dearing <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm having a problem with a small awt proram I'm wri You may have a problem with your internet connection as well ;) please repost your bug report. cheers, dalibor topic __ Do you Ya

[kaffe] AWT problem

2003-03-10 Thread Justin Dearing
Hello all, I'm having a problem with a small awt proram I'm wri ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe