Japanese and Java resource bundles
Read OriginalThe article details a developer's troubleshooting process for a Java Server Faces application where Japanese resource bundles caused a MissingResourceException. The issue stemmed from non-Latin-1 encoded characters in the .properties file. The solution involved using the JDK's native2ascii tool to convert the file to the proper Unicode escape notation, resolving the classpath reading error.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser