Re: [Jamvm-general] "LocaleInformation not found", Classpath 0.95 JamVM 1.4.5

2008-04-20 Thread Robert Dodier
On 4/18/08, Peter A <[EMAIL PROTECTED]> wrote: > Was this issue ever resolved? I am currently having the same program using > Classpath 0.97.1 and JamVM 1.5.0 on a gumstix. If I remember correctly, the problem originated from installing glibj.zip in a non-standard place (/tmp I think) and, may

Re: [Jamvm-general] "LocaleInformation not found", Classpath 0.95 JamVM 1.4.5

2008-04-19 Thread Peter A
Was this issue ever resolved? I am currently having the same program using Classpath 0.97.1 and JamVM 1.5.0 on a gumstix. Robert Dodier wrote: > > Quoting Andrew John Hughes <[EMAIL PROTECTED]>: > >> Works fine for me with both jamvm and cacao: >> >> cacao TestResource gnu/java/locale/Locale

Re: [Jamvm-general] "LocaleInformation not found", Classpath 0.95 JamVM 1.4.5

2007-08-17 Thread rob...@infotility.com
Quoting Andrew John Hughes <[EMAIL PROTECTED]>: > Works fine for me with both jamvm and cacao: > > cacao TestResource gnu/java/locale/LocaleInformation_pt_BR.properties > OK s != null for ``gnu/java/locale/LocaleInformation_pt_BR.properties'' > > jamvm TestResource gnu/java/locale/LocaleInformatio

Re: [Jamvm-general] "LocaleInformation not found", Classpath 0.95 + JamVM 1.4.5

2007-08-17 Thread Andrew John Hughes
On Friday 17 August 2007 19:37, [EMAIL PROTECTED] wrote: > jamvm > -Xbootclasspath:/usr/share/jamvm/classes.zip:/tmp/resource:/tmp/glibj.zip > -cp . TestResource gnu/java/locale/LocaleInformation_pt_BR.properties Works fine for me with both jamvm and cacao: cacao TestResource gnu/java/locale/Loc

Re: [Jamvm-general] "LocaleInformation not found", Classpath 0.95 + JamVM 1.4.5

2007-08-17 Thread rob...@infotility.com
Quoting Robert Lougher <[EMAIL PROTECTED]>: > Have you a simple testcase which can reproduce this? If you have, > I'll have a look at it. BTW, I remember implementing stuff in the VM > to get resources from the boot class loader, so resource loading is > probably using a different path when you

Re: [Jamvm-general] "LocaleInformation not found", Classpath 0.95 + JamVM 1.4.5

2007-08-17 Thread Robert Lougher
Hi Robert, Have you a simple testcase which can reproduce this? If you have, I'll have a look at it. BTW, I remember implementing stuff in the VM to get resources from the boot class loader, so resource loading is probably using a different path when you use -Xbootclasspath/p:/tmp... Rob. On 8