This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes javamail and localization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "javamail and localization" Watch "javamail and localization" New topic
Author

javamail and localization

chris tine
Greenhorn

Joined: Jul 11, 2011
Posts: 1
Since the installation of a new server we have the following message:
Exception java.util.MissingResourceException: Can't find bundle for base name mail, locale fr_FR

the server is running solaris 2.8 + Apache Tomcat/4.1.18

Localization is defined as fr_FR:
LC_COLLATE=fr_FR.ISO8859-15
LC_CTYPE=fr_FR.ISO8859-15
LC_MESSAGES=fr
LC_MONETARY=fr_FR.ISO8859-15
LC_NUMERIC=fr_FR.ISO8859-15
LC_TIME=fr_FR.ISO8859-15

the application uses mailapi.jar and a property file named mail.properties.

Do I have to define a new localization at system level or to add a property in the properties file?
Thanks for your help
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: javamail and localization
 
Similar Threads
Velocity with localization
Can't find property file when using ResourceBundle.getBundle
Updatings in database with JSP,EJB,XSL,XSP on JBoss
Property File Naming
reloading property files after tomcat has started.