Hello, programming in Java and my entire team is unable to find any way to code these talons. ScreenStepsLive said that we could use external jars, from http://www.ctr-electronics.com/hro.html#product_tabs_technical_resources
We got the external jar, imported the CTRLib.jar into eclipse.
Image. Error on the bottom. CrossTheRoad Library on the left.
Github: https://github.com/CentrevilleRobotics/Steamworks
Error:
java.lang.UnsatisfiedLinkError: no CTRLibDriver in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
at com.ctre.CTREJNIWrapper.<clinit>(CTREJNIWrapper.java:12)
at com.ctre.CANTalon.<init>(CANTalon.java:366)
at org.usfirst.frc.team5243.robot.subsystems.DriveSubsystem.<init>(DriveSubsystem.java:29)
at org.usfirst.frc.team5243.robot.Robot.robotInit(Robot.java:36)
at edu.wpi.first.wpilibj.IterativeRobot.startCompetition(IterativeRobot.java:64)
at edu.wpi.first.wpilibj.RobotBase.main(RobotBase.java:247)
Any help would be greatly appreciated. This error is tearing the team apart, literally.