Am Samstag, den 28.05.2005, 19:44 +0200 schrieb Nicolas Vervelle: > I just add an NullPointerException where starting Jmol from Eclipse. > I don't know if it is related to the latest changes. > > Nicolas > > LOGFILE: > Instantiating gettext wrapper... > Translations do not seem to have been installed! > Can't find bundle for base name Messages, locale fr_FR > java.util.MissingResourceException: Can't find bundle for base name > Messages, locale fr_FR
mesages_fr must first be created. Therefor run msgfmt as shown in build-i18n.xml (create-catalogs targets). The resulting messages_fr.class file needs to be placed into src/org/jmol/translation/Jmol/. As long, as the the messages_*.class files are not inside the jar, you will not have any translation. Egon and me discussed, if these .class files should be added to the CVS, but the decision was against this solution, because then the source would contain compiled files. The build-i18n.xml file currently only works for Unix/Linux-like systems. Windows support will be added soon. I'm out until tomorrow. Regards, Daniel ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
