I checked the log file, and the only thing in the file was recording of the jar being executed.
After closing and reopening the driver station and deploying again, the driver station showed the following error:
Quote:
WARNING: Robots don't quit!
ERROR: Could not instantiate robot org.usfirst.frc.team0449.Robot!
➔ Launching «'/usr/local/frc/JRE/bin/java' '-jar' '/home/lvuser/FRCUserProgram.jar'»
|
This is an error my team has seen before that occurs when static initialization fails, however since the same code worked in the wpilib Eclipse plugin deploy, I still do not see where this error is coming from.