I am getting below exception while running an application. This application read abc.properties file,
Exception in thread \"main\" java.util.MissingResourceExcept
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.