RMI/JNI problem

Mohammed Gooni <[email protected]> Wed, 25 Oct 2006 23:53:01 -0600
Newsgroups gmane.comp.java.sun.rmi
Message-ID <LISTSERV%[email protected]>
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)

In my project, the client sends a request then the server loads a library
(i.e .dll file) and execute on the server itself.The library is on the
server.and i have to load it once only.I am having a problem while
loading the library.I am getting the above error...
Is there any solution for this becoz this project is properly executed
through applet viewer but cannot be done through Internet Explorer....

===========================================================================
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