java.util.MissingResourceException

前端 未结 6 1155
你的背包
你的背包 2021-01-05 15:56

I am getting below exception while running an application. This application read abc.properties file,

Exception in thread \"main\" java.util.MissingResourceExcept         


        
6条回答
  •  旧巷少年郎
    2021-01-05 16:35

    Just copy the resource file over to where your class files are.

    In my case my directory was:

    bin 
      - com 
         - brookf 
            - all my packages here. 
    

    copy your resource file to the bin folder.

提交回复
热议问题