hi,
I am trying to write a
applet which will call some native functions. I was succesful in writing a application or similar purpose.
In the applet, I have used a digitally signed appet.
This applet when executed in the browser, fails at the loadLibrary method giving a Security Exception.
I tried to modify the java.policy file but I cant get how to link it to my code or how to apply the permissions in my code. I granted a permission in the java.policy file based on a specific CODEBASE.
Can someone help me and tell how I can link this policy file to my code in the applet ?
The applet that I am using is digitally signed.
How do I set the permissions to the applet ?
Please help !
Urgent