Re: [tcljava-user] location of mysql-connector-java-5.1.7-bin.jar
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2009-02-06 19:41:43
|
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 |