java - Where to pack native libs in Jar -
i'm building library uses native code (*.dll on windows, lib*.so on linux). should pack files in jar? right when i'm running example uses native api (thorough) library, need add param -djava.library.path=<path_to_dll_or_so>. 
can somehow show java library path?
for packing i'm using gradle build , jar
 
 
Comments
Post a Comment