Solution: Java. util. missingresourceexception can't find bundle for base name

Source: Internet
Author: User

Exception in thread "Main" Java. util. missingresourceexception: Can't Find bundle for base name messageresource, locale zh_cn
At java. util. resourcebundle. throwmissingresourceexception (resourcebundle. Java: 1427)
At java. util. resourcebundle. getbundleimpl (resourcebundle. Java: 1250)
At java. util. resourcebundle. getbundle (resourcebundle. Java: 777)
At com. Amaker. Test. i18ntest. Main (i18ntest. Java: 9)

 

This problem was encountered when I first came into contact with struts1. At that time, I felt quite depressed. As I had just been in contact with struts1, I couldn't help but found some information on the Internet, I checked the overall project and finally overcame this problem.
The cause of this problem is messageresource_zh_cn.properties, which is not stored in classpath,Resourcebundle Config = resourcebundle. getbundle ("com. Amaker. Test. messageresource"); Add your configuration file to classpath according to the path !!!
The problem is very small and the solution is very simple. Here we will sort it out and share it with you !!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.