This year we are trying to switch to Java, and have already rewrote our existing C++ code in Java. When we initially tried to deploy Java to our robot, we encountered a deploy error. This was rectified when we downloaded the JVM and deploying now executes without errors. However, the driver station says "no robot code" after deploying. Does anyone have a comprehensive checklist of things that must be done in order to deploy Java code to the roborio successfully? Our code is here:
https://github.com/team8/jFreyja/tree/controller
Thanks.