Hi,
I want to write an application with Java(J2ME) for my blackberry devices. I want to connect that application with a mysql database and I'm using Sun ONE 5 micro edition. The problem is it couln't find the JDBC drivers while it is trying to connect.
Always get the error.
"java.lang.ClassNotFoundException: com.mysql.jdbc.Driver"
The problem is here:
{..
Class.forName ("com.mysql.jdbc.Driver".newInstance ();
...
}
I already have the JDBC driver from MySQL,but I tried every configuration possible.
Can someone help me with this.
WeeMien
I want to write an application with Java(J2ME) for my blackberry devices. I want to connect that application with a mysql database and I'm using Sun ONE 5 micro edition. The problem is it couln't find the JDBC drivers while it is trying to connect.
Always get the error.
"java.lang.ClassNotFoundException: com.mysql.jdbc.Driver"
The problem is here:
{..
Class.forName ("com.mysql.jdbc.Driver".newInstance ();
...
}
I already have the JDBC driver from MySQL,but I tried every configuration possible.
Can someone help me with this.
WeeMien