02-15-2016 02:58 PM
I have flashed, imaged and installed a JRE on the Robo Rio. I am using Jave to progream the robot and have a simple text program done. When I run it as a Java Robot deploy I get no errors but the FRC Driver station is saying no code on the RoboRio. Power light is green, communication light red. I have attempted deploying via ethernet and USB. Can anyone help me with this issue?
02-15-2016 04:09 PM
Is the comm light blinking red or solid red?
It could be possible that you have the wrong JRE installed? See this thread: https://decibel.ni.com/content/message/127495
Or, maybe your code is erroring out? See this thread: http://www.chiefdelphi.com/forums/showthread.php?t=141477
Are there any errors in the Driver Station?
02-15-2016 04:53 PM
We got it figured out! We had installed the correct version of JRE. and no errors in the Driver Station. It boiled down to faulty code. Thanks for taking the time to respond!