|
From: <no...@so...> - 2002-03-08 18:12:36
|
Bugs item #486697, was opened at 2001-11-28 14:35 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=409986&aid=486697&group_id=34024 Category: Server Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Andrew Vovk (vovkav) Assigned to: Mike Heath (heathm) Summary: locale problems with server Initial Comment: I am not sure - but this is a locale problem C:\!\bin>jolose~1.bat Command line args: c:\!\lib\XALAN.JAR;c:\!\lib\JOLOSE~1.JAR;c:\!\lib\JOLOCORE.JAR;c:\!\lib\JOLOCL~2 .JAR;c:\!\lib\JOLOCL~1.JAR;c:\!\lib\JOLOBOTS.JAR;c:\!\lib\JAXP.JAR;c:\!\lib\CRIM SON.JAR; Current working directory: c:\! Exception in thread "main" java.lang.ExceptionInInitializerError: java.util.Miss ingResourceException: Can't find bundle for base name jolo/server/ui/Resources, locale ru_RU at java.util.ResourceBundle.throwMissingResourceException(Unknown Source ) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at jolo.server.ui.LocalStrings.<clinit>(Unknown Source) at jolo.Server.main(Unknown Source) I use intl JRE 1.3.1 (Russian Win95 OSR2) ---------------------------------------------------------------------- Comment By: Mike Heath (heathm) Date: 2002-01-08 10:43 Message: Logged In: YES user_id=45691 The resource bundle name had /'s in it instead of periods. It should work now for localization. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=409986&aid=486697&group_id=34024 |