Quote:
Originally Posted by nighterfighter
The first issue we are having, is that Eclipse will suddenly "forget" (for lack of a better term) how to deploy code. We have been using one laptop, and it worked one day. Right click on the project > Run as > WPILib C++ Deploy.
That worked great, once or twice. Then we would change a few things, build the program, and attempt to download the code again. However, this time, the option for WPILib C++ Deploy is gone. The only option is "Run Configurations...". On another computer, it went from saying WPILib C++ Deploy, to WPILib Java Deploy. We can't figure out how to bring them back, without uninstalling and reinstalling Eclipse.
|
There's a bug in something in Eclipse that we haven't been able to track down that happens most often when switching between a Java project and a C++ project. Two suggestions: first, make sure that you have the C++ perspective enabled (top right corner of the eclipse window), and second, restarting eclipse usually makes it remember again that the project is a C++ project and you'll see those options come back.