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/neon1 Eclipse Neon] (as of 10-7-16). |
9 | | |
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 | | |
12 | | === Troubleshooting |
13 | | ==== I downloaded a zip file, but no installer. How do I get Eclipse? |
14 | | For versions before Eclipse Mars, Eclipse is actually a Java program, not an executable. To use, simply find the program file inside the folder hierarchy and open. As long as Java has been installed correctly, the application will start up successfully. |
15 | | |
16 | | For ease of operation, it is usually beneficial to move the folder containing the Eclipse program files to a more appropriate place and/or create a shortcut to the program. |
17 | | |
18 | | ==== "No compiler/jdk found" - JAVA_HOME not set correctly |
19 | | This error usually occurs when the Eclipse reference to the JDK is not set to the right location on the local computer.[[BR]] |
20 | | |
21 | | To fix this, go to {{{Window}}} ({{{Eclipse}}} on Macs), {{{Preferences}}}, {{{Java}}}, and under the Java hierarchy, select {{{Installed JREs}}} and in the menu, make sure there is a valid link to a JDK on the local computer. |
22 | | |
23 | | {{{ |
24 | | #!div class="important" |
25 | | See [http://wpilib.screenstepslive.com/s/4485/m/13810/l/145002-installing-eclipse-c-java here] for more detailed instructions not covered here. |
26 | | }}} |
27 | | |
28 | | == 3. Install the Java FRC Plugins |
29 | | These plugins will allow you to be able to program the roboRIO. |
30 | | |
31 | | 1. In Eclipse, select the Help menu in the top menu bar. |
32 | | 2. Select {{{Install new software...}}}. |
33 | | 3. In the site field, enter in |
34 | | {{{ |
35 | | http://first.wpi.edu/FRC/roborio/release/eclipse/ |
36 | | }}} |
37 | | 4. In the menu below, check the box {{{Show only software applicable to target environment}}}. |
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. |
43 | | |
44 | | == 4. Installing Cantalon stuff |
| 7 | == 2. Install Microsoft Visual Studio Code (VSC) |
| 8 | * Follow the [https://wpilib.screenstepslive.com/s/currentCS/m/79833/l/932382-installing-vs-code instructions on ScreenstepsLive] to download and install Download and install [https://code.visualstudio.com/download VSC] and the latest [https://github.com/wpilibsuite/vscode-wpilib/releases WPILib VSC extension] |
| 9 | * !ScreenstepsLive instructions on using are [https://wpilib.screenstepslive.com/s/currentCS/m/79833/l/941601-vs-code-basics-and-wpilib-in-vs-code here] |
| 10 | == 3. Installing CAN Talon stuff |