View Single Post
  #14   Spotlight this post!  
Unread 21-01-2016, 18:36
ejscribner ejscribner is offline
Drive Team & Coach
FRC #2972
 
Join Date: Jan 2016
Rookie Year: 2013
Location: Boulder, CO
Posts: 15
ejscribner is an unknown quantity at this point
Re: navX MXP Import Issue

Okay so we know the eclipse plugins are up to date. My error message has changed slightly to reflect that it is finding some sort of navX library, or at least its looking for one, as you can see below:

Code:
     [echo] [athena-compile] Compiling src with classpath=C:\Users\Developer/wpilib/java/current/lib/WPILib.jar:C:\Users\Developer/wpilib/java/current/lib/NetworkTables.jar:C:\Users\Developer
     [echo] avx-mxpjavalib
     [echo] avx_frc.jar to build
So now its looking for something in C:\Users\Developer\avx-mxpjavalib or \avx_frc.jar so I can clearly see that something is misspelled due to the "avx" instead of "navx" but I cant seem to find where it is misspelled. Where do I edit the filepath for this so that it is correct?