Moses DeJong wrote:
> I have some code that works just fine under the JDK but under
> japhar it breaks badly. The error I get when I run it looks
> like so. I was running on solaris but this same thing should
> also happen under linux.
> 
> japhar --classpath share/classes.zip:jacl.jar tcl.lang.Shell
> 
> java/util/MissingResourceException (can't find resource for 
>java.text.resources.LocaleElements_en)

I know others have claimed it works, but I have never gotten ResourceBundles
that aren't part of the current package to work correctly in Japhar.  In
fact, I just had a big problem with that tonight.  Someone suggested it was
because Japhar cannot default up to the next level of resources.  I have not
found that to be the case.  Maybe I'll dig into it later tonite.

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to