Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to import MySQL Driver in JBuilder

843804Jan 17 2005 — edited Jan 23 2005
I am creating a GUI application using swing with the help of JBuilder. I have used MySQL as Database. For connection it to java I've used MySQL J-Connector Driver. But I am not being able to import that driver(classes) in jbuilder.
When i run the application at the cmd prompt it works fine (got connected), but when i try to run it under jbuilder it gives error like
java.com.mysql.Driver class not found.

I think it is classpath problem
Please help me, setting this problem
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2005
Added on Jan 17 2005
9 comments
527 views