Okay...so I have it giving an "AccessControlException" when I try to connect to the database through the JDBC driver. Any suggestions on how to fix this?
http://pastebin.com/faef9c54
That is the output from Java Console.
Code:
<applet code="wrap.class" width=200 height=200>
<param name=pass value="test">
<param name=uid value="1">
<param name=archive value="mysql-connector.jar" />
</applet>
That is the code I use to display the applet. wrap is just a class I made that would try to connect to the database.
Any help would be greatly appreciated.
Thank you,
~juddster