Benson Margulies wrote:
I'm embedding derby in a webapp. The requirement to set derby.system.home to a pathname is giving me small fits. I really wish that derby.properties could be found by classpath, or that there was some API for setting the home directory.
Can you use System.setProperty() to set derby.system.home before Derby is started?
Dan.
