Quote:
Originally Posted by ejscribner
The build.properties seems to be setup correctly according to the FRC tutorial on adding 3rd party libraries:
Code:
# Project specific information
package=org.usfirst.frc.team2972.robot
robot.class=${package}.Robot
simulation.world.file=/usr/share/frcsim/worlds/GearsBotDemo.world
userLibs=${user.home}/navx-mxp/java/lib/navx_frc.jar
Is there another issue that could potentially be affecting the classpath?
|
Are you sure you have installed the latest, released version of the WPI Libraries (installed by updating to the latest WPI plugins in eclipse)? The 2015 WPI library, and the 2016 betas, did not include the userLibs parameter. But the 2016 release version does. So I'd recommend you check your versions.