How do I install JDBC driver on 10.5

I am learning Servlet and JSP web development using Eclipse, but I could not get the JDBC connection right. The error message I got was "no suitable driver"

I download the JDBC driver from here: http://www.oracle.com/technology/software/tech/java/sqljjdbc/htdocs/jdbc10201.html

and put the jar file into "/Library/Java/Home"

I checked the class using Class.forName()
Class.forName("oracle.jdbc.driver.oracleDriver");
It could not find the class at all. I don't know what I did wrong.

Any suggestions?

Posted on Apr 15, 2008 5:13 PM

Reply
2 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do I install JDBC driver on 10.5

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.