View Single Post
  #1   Spotlight this post!  
Unread 20-01-2017, 17:39
Chase Haddleton's Avatar
Chase Haddleton Chase Haddleton is offline
Software Mentor
FRC #3683 (Team D.A.V.E.)
Team Role: Mentor
 
Join Date: Oct 2015
Rookie Year: 2015
Location: Waterloo
Posts: 8
Chase Haddleton is an unknown quantity at this point
WPI Library Third Party Libraries Not Found on RoboRIO

Hey,

We're running into an odd issue. We've added a third party library following the instruction in the documentation (copied the JARs to the user/wpilib/etc.. folder), but they don't appear to be copying over to the RoboRIO on deploy. Specifically, the build acknowledge the JARs when building (it both copies the JARs to the output folder, and the build is successful), but when we try running the robot a NoClassDefFound error is thrown in DriverStation.

Library trying to use: apache.commons.configuration, apache.commons.beanutils, apache.commons.lang, apache.commons.log

Error thrown is a NoClassDefFound for apache.commons.configuration2.beanutils.BeanHelper when trying to create the XML config object.

Any ideas as to why it can't find the JARs on the RoboRIO?
Reply With Quote