We are trying to access .NET Application to view image from Java application. We generated proxies, loaded the generated jar and dll, but we are getting exception while creating the object of wrapper class.
java.lang.UnsatisfiedLinkError: package.Wrapper.__ctorWrapper0(Lnet/sf/jni4net/inj/IClrProxy;)V
package.Wrapper.__ctorWrapper0
at package.Wrapper.<init>
Could you please provide your valuable inputs on this.