|
Re: An Enjoyable(Not) Java Compiler Error (Stack Guard)
This is just the jar that contains the robot code for the roboRIO trying to run on your machine, which is wrong.
You need to deploy the jar to your robot. I think you can do this in Eclipse with the WPILib plugins by right clicking on the project then Run As > WPILib Java Deploy.
Alternatively, you can run 'ant deploy' on the command line in your source directory.
|