Java DatabasesDiscussion specific to working with Java Databases. For other Java topics, please see related Java forums. For database discussions not specific to Java, please see the Database category.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Java Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have been trying to use MySQL 5.0 for my application. I am using netBeans 5.5 . Also I am using Connector/J Driver 5.0.5 .I have included driver in the classpath.The driver has been loaded and connection has been made.I am trying to interact using GUI.
But whenever I try to run the application I get 'com.mysql.jdbc.Driver' ClassNotFoundException error.
What shoud I do to fix this problem?