Expanding the zip into the lib/ext/ is perhaps not the best idea.
Expand it elsewhere, and copy the JAR file to the lib/ext/ folder.
Also, you don't need to make an instance of the Driver. The static initializer
will register the class with the DriverManager.
Niclas
On Thursday 17 October 2002
mysql,query
Lee Denny wrote:
I'm trying to use the mm.mysql JDBC drivers on windows NT
I've just downloaded the mysql-connector-java-2.0.14.zip file and extracted
it into my jdk1.2.2/jre/lib/ext folder.
You need to put .jar file (ie. mysql-connector-java-x.x.x-beta-bin.jar)
into jre/lib/ext
I'm trying to use the mm.mysql JDBC drivers on windows NT
I've just downloaded the mysql-connector-java-2.0.14.zip file and extracted
it into my jdk1.2.2/jre/lib/ext folder.
I try to connect with
import java.sql.*;
public class dbconnect
{
public static void main(String[] args)
{
String ur
Subject: BDB Table / JDBC Problems
> OS: Windows 2000 Professional
> MySQL: 3.23.38-max
> Tables: BDB.
> Driver: mm 2.0.4
> AppServer: JBOSS 2.2.2 with Tomcat 3.2.2
>
> Has anyone seen this problem? It happens after running my stuff for about
3
> minutes - 3 minu