Re: Possible JDBC installation or usage problem in OS X



Hi Ian, thanks for that,

So should I just alter that same file to include the following?

CLASSPATH="/usr/mysql-connector-java-3.1.14/mysql-
connector-java-3.1.14-bin.jar"
export CLASSPATH

Does this make it the classpath Java apps will use?

Cheers
B

Ian Wilson wrote:
barry_normal wrote:
I'm having a terrible time trying to use the JDBC in os x.


Then I've opened my etc/profile file and added the location to the
classpath like this:

PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/mysql-connector-java-3.1.14/mysql-connector-java-3.1.14-bin.jar"
export PATH - This might be the problem but I couldn't find an
explicit example of how to do this...


CLASSPATH is not the same as PATH.

.