Re: JTidy localization problem

Yes. This should work.  I've seen this problem on some 1.1.x JVMs,
notably the ones with OS/400.  They seem to have trouble loading
resources from .jar files.

Try to extract the TidyMessages.properties file and place it in a
directory on the CLASSPATH and see if this solves the problem.  If so,
it's time to upgrade the JVM.

HTH,
Gary

Russell Gold wrote:
> 
> I received a notice of a problem from someone in Canada who is using JTidy and get the following error:
> 
> >java.lang.Error: java.util.MissingResourceException: Can't find resource for
> >base name org/w3c/tidy/TidyMessages, locale en_CA
> 
> I had not realized that Tidy was localized, but even if it is, shouldn't the en_US locale have picked this up?
> --
> ------------------------------------------------------------------------
> Russell Gold                     | "... society is tradition and order
> russgold@acm.org                 | and reverence, not a series of cheap
>                                  | bargains between selfish interests."
> http://www.httpunit.org          |   - Poul Anderson, "Iron"

Received on Tuesday, 10 July 2001 05:20:51 UTC