Posted By:
Madhu_B
Posted On:
Monday, November 12, 2001 02:07 AM
I am trying to access a Java class from ASP. The Java class internally invokes RMI which is causing problems (if RMI related code is removed it works fine).
It displays an error like this.
java.lang.UnsatisfiedLinkError: java/security/AccessController.doPrivileged Possible causes: If you are trying to use J/Direct (@dll.import), check your compiler version (for JVC, requires 4336 or greater.) If you are trying to use RNI, there are new requirements: see documentation.
How do I solve this problem, which documentation do I need to refer for this.