On Thu, Jun 26, 2008 at 12:52 AM, Albert Kam <[EMAIL PROTECTED]> wrote: > > Anyway, i just want to ask whether there's a clean place to specify the > location of > the derby database directory ?
In the URL. See, for example, the source code for DatabaseManager: http://wiki.apache.org/db-derby/DatabaseManagerSource In the function createURL, the database location is specified by a File. Donald
