Hi,
The ambiguity probably arised from the
word "The Program", which, in reality,
started like this:
java -jar runme.jar
can really be two programs: the client and the server, depending on the arguments
placed on the command line to start the application.
So, both my applications, the client app and the server app allow the user to specify
where on the hard-drive the database is; and, the client app, of course, can also
be told to use a URL for network access instead.
Thanks,
Javini Javono