how to set the Derby database is always runnable at the time of running our
Runnabele Jar file in all the desktops.
Please suggest me.
Please send any link for developing any desktop application with derby.
Here's an important question:
Does your desktop application have a separate
database for each user? Or does it expect
that all the users on all the desktops are
sharing the same database?
In the first case, you'd be considering an Embedded
configuration; in the second case, you'd be considering
a Client/Server configuration.
If you can tell us more about your overall architecture,
we can give you more useful suggestions about how to
proceed.
bryan