Wills wrote:
...
> I have done a java application that requires DBDerby .How can I
>supply DB derby with the java application to a customer.
Java web start is one way.
Demos <http://www.physci.org/jws/>
>..Should I
>install DB derby in a particular folder where the software requires it
>in my customers machine.
I doubt it is necessary, check the documentation.
If not, simply add the Derby API's into the application's
runtime classpath (in the web start launch file).
Otherwise, you might use a JWS installer* to install
the DB, and set the properties that allows the
application to find it.
<http://www.physci.org/jws/#eis>
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via
http://www.javakb.com