I have a Java project that contains 1 JApplet. I'm able to run the Applet in desk-top mode (adding the applet to a frame in main[] method). It doesn't work in a browser though. Getting this error: I already signed all the jars.
I believe its related to mysql connector jar.
Any ideas?
Exception occurred: java.lang.ExceptionInInitializerError (uncaught)"thread=AWT-
EventQueue-1", java.awt.EventDispatchThread.run(), line=156 bci=152
It runs fine if I add grant all to java.policy