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 !!