I used a jdbc-odbc connection to connect to my database. Which works fine, but when I convert my java program to an applet I get an access denied error. The exact error is
java.security.AccessControlException: access denied <java.lang.RunTimePermission accessClassInPackage.sun.jdbc.odbc>
I assuming the error is in like the Java.policy or java.security files, but I know what to change. If anyone could help me with some code or a informational site I would really appreciate it.
Thanks for your help
java.security.AccessControlException: access denied <java.lang.RunTimePermission accessClassInPackage.sun.jdbc.odbc>
I assuming the error is in like the Java.policy or java.security files, but I know what to change. If anyone could help me with some code or a informational site I would really appreciate it.
Thanks for your help