View Single Post
  #304   Spotlight this post!  
Unread 21-01-2017, 12:37
mkopack mkopack is offline
Registered User
FRC #4750 (BERT)
Team Role: Mentor
 
Join Date: Jan 2017
Rookie Year: 2014
Location: Cherry Hill, NJ
Posts: 1
mkopack is an unknown quantity at this point
Re: ANNOUNCING: navX MXP Robotics Navigation Sensor

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...
Reply With Quote