CLASSPATH on MAC, and how does MAC look for mysql-connector-java-bin.jar
        Posted  
        
            by Harry Pham
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Harry Pham
        
        
        
        Published on 2010-03-24T15:51:48Z
        Indexed on 
            2010/03/24
            15:53 UTC
        
        
        Read the original article
        Hit count: 467
        
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. 
© Stack Overflow or respective owner