Changes between Version 10 and Version 11 of FRCSoftwareSetup
- Timestamp:
- Oct 7, 2016, 5:35:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRCSoftwareSetup
v10 v11 6 6 7 7 == 2. Install Eclipse 8 For best performance and to avoid compatibility errors, download the latest version of Eclipse for Java Developers, currently [https://eclipse.org/downloads/packages/eclipse-ide-java-developers/ mars1 Eclipse Mars].8 For best performance and to avoid compatibility errors, download the latest version of Eclipse for Java Developers, currently [https://eclipse.org/downloads/packages/eclipse-ide-java-developers/neon1 Eclipse Neon] (as of 10-7-16). 9 9 10 [https://eclipse.org/downloads/packages/eclipse-ide-java-developers/ lunasr2 Eclipse Luna] also works.10 [https://eclipse.org/downloads/packages/eclipse-ide-java-developers/mars1 Eclipse Mars] and [https://eclipse.org/downloads/packages/eclipse-ide-java-developers/lunasr2 Eclipse Luna] also works. 11 11 12 12 === Troubleshooting … … 36 36 }}} 37 37 4. In the menu below, check the box {{{Show only software applicable to target environment}}}. 38 5. Then select only the Java Plugins and click {{{Next}}}. 39 6. Accept all license agreements when they come up. 40 7. Click {{{Install}}}. 41 8. After installing, restart Eclipse. The plugins will continue to install when Eclipse starts back up. This is normal operation. 38 5. Then click the arrow next to {{{WPILib Robot Development}}} and select {{{Robot Java Development}}} and click {{{Next}}}. 39 6. Click {{{Next}}} on the next window and accept all of the license agreements. 40 7. Click {{{Finish}}} to install. 41 8. There may be a security warning about unsigned content. Press {{{OK}}} to continue. This happens because eclipse is not perfect. 42 9. After installing, restart Eclipse. The plugins will continue to install when Eclipse starts back up. This is normal operation. 42 43 43 44 == 4. Creating a FRC Java Project … … 52 53 a. Iterative - cyclic program execution; your code is repeated every 20 ms 53 54 b. Command-Based - event-driven program execution 54 c. Simple - ''DO NOT USE'' (unless you're wilde lake)55 c. Simple - ''DO NOT USE'' 55 56 6. Click {{{Finish}}}.