Can't find bundle for base name /Bundle, locale en_US

后端 未结 12 955
走了就别回头了
走了就别回头了 2020-12-05 09:22

I\'m using a library that has a dependency on JSF.

When I try to run my project, it show following exception massage..

java.util.MissingResourceExce         


        
12条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-05 10:07

    The problem must be that the resource-bunde > base-name attribute at the faces-config.xml file has a different path to your properties. This happened to me on the firstcup Java EE tutorial, I gave a different package name on then project creation and then Glassfish was unable to find the properties folder which is on "firstcup.web".

    I hope it helps.

提交回复
热议问题