I’ve been running Apache, PHP & MySQL successfully on my Mac, but would now like to try my hand at some JSP’s. I have installed, and am currently running Jarkata Tomcat 4.1.24, but need to connect my database with a JDBC driver.
In this tutorial it says to download the Connector/J driver (done and installed) but now I’m stuck trying to figure out how to add the JAR file, such as mysql-connector-java-2.0.14-bin.jar, to my classpath. I’ve searched around for a few days and can’t find anything on the web about this, so basically, in Mac OS X, how do I add this to my classpath? Where is my classpath, and how do I get to it?
thanks
geof