Mark Eggers wrote: > > Hardcoding a > > full path is going to make for annoying deployment > > hassles. > > Agreed - and cross-operating system support will be > especially tricky. > > I guess it's time to look at the code and make a > recommendation?
I'm studying Database.java, and looking at the driver key... wondering if I can just force this "xmldb:xindice-embed://db" to include a fully qualified filepath (determined at runtime) to stop Database.java from qualifying it by itself. Emile