I want to use JNI with Play framework, finally following this project https://github.com/ezh/HelloWorldJNIwithRegisterNatives I managed to build the scala wrappers and compile the code, the library generated is working, but I need to change the java.library.path to point also to target/so where de library is generated, if not I need to copy manually it to one folder that is pointed by the java.library.path
Thanks in advance