Re: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-08 Thread Andreas Reichel
Zulfi, you will need to add the MySQL JDBC Driver to the classpath (or the program you are running). And maybe you will want to look for a General Java Programming Forum or List. Apache Netbeans is meant for concerns about the IDE. Good luck and regards Andreas On Wed, 2023-08-09 at 04:22

mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-08 Thread Zulfi Khan
Hi, Mysql driver erroron Apachi netbeans 18.0 Hi, I am working onubuntu 18.04. mysql version is: mysql Ver 14.14Distrib 5.7.42, for Linux (x86_64) using EditLine wrapper I have written thefollowing code for connecting with database: importjava.sql.Connection;