Hey all!
Our team picked up one of the NavX-Micro's for use in this year's Steamworks game. We're having a heck of a time just trying to get the demo programs to run though...
We are developing on Linux machines. we followed the directions found on:
http://www.pdocs.kauailabs.com/navx-mxp/installation/ and did the Linux/Mac install stuff, pointed to the library in eclipse's settings and made sure the project settings had the references set up.
Whenever we go to run the "Robot" program though it fails with the following stack trace:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no wpilibJavaJNI in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1865)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
at edu.wpi.first.wpilibj.hal.JNIWrapper.<clinit>(JNIW rapper.java:22)
at edu.wpi.first.wpilibj.RobotBase.initializeHardware Configuration(RobotBase.java:171)
at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.jav a:194)
I remember some discussion about the WPILibs being split out some this year, but I have no idea how to fix this.
Ideas? Do the instructions need to be updated???
Any help is appreciated...