| Author |
MySql from the command line, driver problem
|
Peter Primrose
Ranch Hand
Joined: Sep 10, 2004
Posts: 755
|
|
Hi everyone, I'm using eclipse as my IDE and when compiling and running a program with MySql evreything works perfect. when I export my project to a jar file and trying to run it from the command line I get error msgs - I take it the MySql driver cannot be found. I'm doing this: java -cp mysql-connector-java.jar;GTP.jar com.bonn.main.GTP can someone tell me what's missing? thanks Ppr
|
 |
 |
|
|
subject: MySql from the command line, driver problem
|
|
|