When trying a search in a JDBC application compiled with Xcode, I cannot connnect to a Mysql database and I receive the following message :
ClassNotFoundException: com.mysql.jdbc.Driver
Trying to connect...
apple.awt.EventQueueExceptionHandler Caught Throwable : java.lang.NullPointerException
However, I can load Mysql driver and connect to the same database in other JDBC application, compiled with javac in command line
What's wrong ?
Thanks
ClassNotFoundException: com.mysql.jdbc.Driver
Trying to connect...
apple.awt.EventQueueExceptionHandler Caught Throwable : java.lang.NullPointerException
However, I can load Mysql driver and connect to the same database in other JDBC application, compiled with javac in command line
What's wrong ?
Thanks