First time here? Check out the FAQ!
answered 2014-04-24 09:51:52 -0600
If you are working with Eclipse-IDE you need:
In your code call the library dll through
System.loadLibrary( Core.NATIVE_LIBRARY_NAME );
You have to do this call just once in all the program.
More info