Re: RMI/JNI problem
Gregg Wonderly <[email protected]> Thu, 26 Oct 2006 11:16:50 -0500
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Mohammed Gooni wrote: > My code is being executed through Applet Viewer but giving error while using > in Internet Explorer.The error is as follows: > > java.security.AccessControlException : access denied > (java.lang.RuntimePermission loadLibrary.myLib) The applet security model only allows signed applets to have that permission. You'll need to sign your jar file so that the user is prompted to authorize you to do those things. Gregg Wonderly =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html