-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Scott D. Spiegler wrote:

> Hi,
>
> I tried doing what Rhino suggested by coping the jar
> file I downloaded to the jre\lib\ext folder where my
> jdk is installed. The only thing that was different on
> my system than what Rhino described is that my hard
> drive only had a path jre\lib, but with no ext folder
> inside the lib directory. Inside that lib folder were
> folders named: audio, smm, fonts, images and security.
>
>
> I added an ext folder and then deposited my folder
> containing the jar file here:
>
> C:\Program
>
Files\JBuilder6\jdk1.3.1\jre\lib\ext\mysql-connector-java-3.1.1-alpha\mysql-connector-java-3.1.1-alpha-bin.jar
>
> Does that look right? When I do that and register the
> driver with the DriverManager, I am not getting the
> original no driver available exception, instead the
> app throws an exception as follows. Am I moving in the
> right direction??:
>
> java.lang.NoClassDefFoundError: java/sql/Savepoint
>

Scott,

This means you're using a JDBC-3.0 driver in a JDBC-2.0 vm. You should
use JDK-1.4.x or newer (the docs are your friend here):

http://dev.mysql.com/doc/connector/j/en/index.html#id2800874

        -Mark

- --
Mr. Mark Matthews
MySQL AB, Software Development Manager, J2EE and Windows Platforms
Office: +1 708 332 0507
www.mysql.com

MySQL Guide to Lower TCO
http://www.mysql.com/it-resources/white-papers/tco.php
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFA0jeVtvXNTca6JD8RAk2VAKCnuP81za5CpBXpmy0kkyqdkrZvDQCgksy1
Iz430RnSDBUGCVeZb73fLv8=
=HjHf
-----END PGP SIGNATURE-----

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to