|
Re: Network Tables: Please explain like I'm 5
Quote:
Originally Posted by kmckay
Based on the error I'm getting, its picking up the libraries just fine. Within the libraries, when it executes the System.loadlibrary(ntcore) it can't find the file. It looks like on a windows system its looking for a windows directory. Should there be an ntcore.dll somewhere in my windows directories?

|
It should automatically be extracting the library. Which Jar are you using. There is an Arm jar, which is what you would have if you got NetworkTables from eclipse, and the is a Desktop Jar, which has all the native libraries for desktop systems. The Arm jar doesn't include any of the libraries for windows or other systems. You can get the desktop version from here. http://first.wpi.edu/FRC/roborio/mav...kTables/3.1.5/. Just download the version that ends with -desktop.
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
|