I have simple java project with structure:
package com.abc: a.java b.java c.properties
I have database configuration parameters conf
Why not pass the location of the properties file as a command line argument (following a flag)? if it's not present, then use the default one in the jar file.