How to Integrate a Common JNI Library into a Spring Application

I tried to search the Internet, but could not find the appropriate tutorial or instructions for integrating shared JNI libraries into a Spring Boot project. I would like to integrate the GDAL library with a small Spring Boot REST application.

Can I use JNI with built-in Tomcat?

Can someone provide links or explanation of how to include compiled jar files and actual libraries in the Spring boot project? Maven will be the preferred build option, but gradle will work too.

+4
source share
1 answer

. JNI, WAR . Eclipse , WAR . , spring -boot-maven-plugin ', . ,

0

All Articles