David Van Couvering wrote:> OK, fair enough. So, how *do* I find out what derby.system.home is set to??
>
I would think it is the same way as with any Java System property
(Kathey implicity told you that):
System.getProperty("derby.system.home");
I have not tried it, but it is possible that if this property is not
explicitly set, this will also return null since Derby default values
are not normally registered as properties. (There was a discussion
about this a couple of months ago.)
--
Øystein
