tcl...@ao... wrote:
> Which folder should I place "mysql-connector-java-5.1.7-bin.jar" so
> that I can connect to mysql?
>
Typically, you would put that in $JDK/jre/lib/ext and it would get added
to your CLASSPATH by default. You could also just add the name of the
jar file to the CLASSPATH env var to get the same effect.
cheers
Mo DeJong
|