Thank's guys I'll do what you indicated Mark, that's quick and easy, I want to try to get this thing out of the door =).
Also as for what I did:
By the way, are you hardcoding the port number and db file paths?
My port is hard coded on the server side, and the db file location is a parameter.
So, you start my server by doing:
java -jar server.jar [db file location]
And, you start my client by doing:
java -jar client.jar [hostname] [port]
Although, for this case port is always 1099
[ January 15, 2003: Message edited by: Matt Ghiold ]