I made a jni4net jar and dll file from a third party dll file. I get the error mentioned in the title section. My first question is can I use the jni4net jar file directly, just the way I work with a regular jar file? The error I am getting is when I try to make an instance by making the new file as follows:
SslTcpClient sslTcpClient = new SslTcpClient();
thanks alot for your help.