wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
86 stars 40 forks source link

Uploading Java jar file on web dashboard makes no change to program #151

Closed frc-3397-robolions closed 4 years ago

frc-3397-robolions commented 4 years ago

When I try to upload a java jar file to the web dashboard, it appears that it doesn't seem to actually upload and make any difference to the program. I have made sure that I built the robot code so a new jar file can be created every time I have made changes. I have also made sure that I uploaded the correct jar file and clicked save on writable. To test out my changes, I have altered the print outs that I would usually see in the console slightly to see if it was actually updating the code and I found that it kept printing the same outputs.