How to import MySQL Driver in JBuilder
843804Jan 17 2005 — edited Jan 23 2005I 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