I want to connect to a database from an applet I'm writing. To do this, I need the jar "mysql-connector-java-5.1.12-bin.jar" to be accessible from my applet. Before I had this requirement, I had been compiling my applet to a jar, and then accessing that jar from a webpage. But now I need to access both my main jar, and 'bundle' in the mysql-connector jar as well.
Am I going about this the right way? How can I do this?
Thanks,
Cory