Log in

View Full Version : RoboRio not taking new code


mistersands
09-02-2015, 16:19
So we deployed the new build, but the RoboRio is still acting as if the old code is on it.

We use Java with Eclipse. It says build successful when we deploy the code, but it isn't taking the new code.

We've removed all code calling a certain button, but that button still works.

Anyone have this problem and know how to fix it?

Alan Anderson
09-02-2015, 16:27
If the directory configuration gets out of whack somehow, you might be deploying an old copy of the program that isn't being updated when you build the code. Have you recently copied things from one directory to another? Make sure all the project information is pointing to the new location.