Re: Mac OS X Connector/J classpath problem
Posted by: Mark Matthews
Date: December 29, 2004 04:30PM

Timothy,

Looks like you have an older version (2.0.14?) lying around somewhere in your classpath. The stacktraces you post don't 'line up' with the sources for 3.0.x, either in method name, signature or line #'s, however they do look a lot like Connector/J 2.0.14, or an older 3.0.x that was made before MySQL 4.1 existed.

Make sure you don't have any old versions of the driver lying around in jre/lib/ext or pointed to by your CLASSPATH variable.

Also, you shouldn't be putting JDBC drivers in the bootclasspath, just refer to them with the normal '-cp' switch.

-Mark

Options: ReplyQuote


Subject
Written By
Posted
Re: Mac OS X Connector/J classpath problem
December 29, 2004 04:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.