Re: RMI/JNI problem

Esmond Pitt <[email protected]> Sat, 28 Oct 2006 18:11:44 +1000
Newsgroups gmane.comp.java.sun.rmi
Organization Melbourne Software Company
Message-ID <20061028080600.TPCI8871.omta01ps.mx.bigpond.com@toshibakx1wgjb>
Mohammed

Obviously if the server is loading the library, this exception is happening
*at the server*. Your applet and its permissions have nothing to do with it.
AccessControlException being a RuntimeException, RMI transmits it intact to
the client, but it must be a server-side exception.

Check that your server-side .policy file has the required permission.

EJP

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