I've written a native method to access port. I am able to run the JNI in a simple Java project. However, when I try to run it in a web project, I'm getting an exception like this:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
I've written a native method to access port. I am able to run the JNI in a simple Java project. However, when I try to run it in a web project, I'm getting an exception like this:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
Put your library into one of the following places:
I hope that it will work.