CLASSPATH on MAC, and how does MAC look for mysql-connector-java-bin.jar
- by Harry Pham
Is there a default classpath on mac OSX10.6. When I echo $CLASSPATH, nothing would show up. In my .profile, I only see PATH variable being set. My problem is that My servlet cant seem to find a suitable driver to connect to the mysql server. I use Eclipse, with Glassfish v3 and MAMP for MYSQL server.