I have a java program which requires a library compiled in C++. For this I generated the JNI header files and then I compiled my c++ app library into .dll using JNI. Current