File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes registering the database driver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "registering the database driver" Watch "registering the database driver" New topic
Author

registering the database driver

biswajit ray
Ranch Hand

Joined: Nov 30, 2005
Posts: 30
why can�t the following code do the job of �locate, load, and link�?

org.gjt.mm.mysql.Driver driver = new org.gjt.mm.mysql.Driver();

will it locate , load and link by executing the static block? what is the problem in it?
sathish kumar
Ranch Hand

Joined: Feb 14, 2007
Posts: 47
What are you trying to do?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: registering the database driver
 
Similar Threads
Weblogic 6.1 and MySql
Tomcat and Mysql Configuration
Loading Driver Problem
How to connect MySQL DB from JSP?
loading driver in JSP