Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Exception Class | com.ms.security.SecurityExceptionEx |
| Message | [host] J/Direct method has not been authorized for use on behalf of an untrusted caller. |
| Possible Causes | A J/Direct call was attempted from the init, start, stop, or destroy method of an applet. To make J/Direct calls during these methods, the applet must assert permissions even if the applet has been signed. |
| Possible Solutions | Execute the following code to assert permissions:
|