Converts a classpath:/ style URL to a real file/jar URL like:
jar:file:/home/bemo/svnroot/eproperties/jars/testproperties.jar!/testjar.properties
Or:
file:/bla
Fail-fast on the setter - if the proeprties do not exist
at the URL loction, or if the URL is malformed, this should
throw - and cause startup to halt (as it should).