roboRIO Image mismatch

I am trying to deploy code to my robot and I’m getting the message


BUILD FAILED
C:\Users\Developer\wpilib\java\current\ant\build.xml:208: Assertion failed boolean test.
roboRIO Image does not match plugin, allowed image version: 19

I know that my roboRIO has version 23 on it, and I’m also fairly sure that my plugins are all up to date. So what could be causing this mismatch? Should I just try downgrading the roboRIO image?

It’s missing the leading component, you need 2016v19, not 2015v23.

Reinstalling tools by closing eclipse, deleting the [your user profile]/wpilib/ directory, then restarting eclipse and letting the plugin copy out the folder again fixed this issue for me.

You can also update the check manually in
wpilib/cpp/current/ant/build.xml

Okay so I figured out the issue: I had to update my National Instruments tools to this years version so that my roborRIO imaging tool had the correct image (v19). Thanks guys!!

After you reImage the roboRio you have to reinstall the Java JDK and JRE for this year. There is an option in Eclipse to do that.