JDBC SQL Applet Connections
Posted by: Oren Melzer
Date: April 30, 2005 12:14PM

I'm having some issues connecting to my SQL server via an applet. My program works fine as an application but I need to know how to include the SQL connector in my applet. I include the mysql-connector...jar file in my classpath and it works fine as an application. The applet I'm using is in the form of a jar file with security certificate. Do I need to include the mysql-connector jar file in my applet's jar? If not, is there a way to include the connector in the applet's classpath once it's Jar'ed?

Basically, I need to know how to include the MySQL connector in an applet.

Thanks in advance.

Options: ReplyQuote


Subject
Written By
Posted
JDBC SQL Applet Connections
April 30, 2005 12:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.