I have simple java project with structure:
package com.abc: a.java b.java c.properties
I have database configuration parameters conf
You're loading the properties file from the class path. I'd suggest something like this:
Properties location