I am trying to use the Oracle Device I/O library.
I have made the dio following the instructions on the oracle page and copied the build folder onto by development PC. I added the built jar to my project on my IDE(Intellij IDEA) with the natives I could find. I'm running the program on my RPI using the embedded systems plugin for IDEA. The code can be seen on my github:
Main class: https://github.com/MAWoodMain/RPITank/blob/master/src/main/java/Main.java
Invoked class: https://github.com/MAWoodMain/RPITank/blob/master/src/main/java/sensors/MPU9250/MPU9250_Oracle.java
The code is largely irrelevant because my issue is deployment/execution.