I configures User DSN.... I don't see it -(. User DSN in ODBC
To be able to move the application to another computer, you should look at
"DSN-LESS" connections to the database. Its the best way to go.
(I heard you could make a File dsn, then open it in a text editor and use
that info to make your DSN-less connection.)
Try googling with 'dsn-less' and java.
That way you do not need a DSN.
HTH