Changes between Version 10 and Version 11 of FRCSoftwareSetup


Ignore:
Timestamp:
Oct 7, 2016, 5:35:43 PM (9 years ago)
Author:
schweiss
Comment:

Updated the current Eclipse version and how to add the WPILib eclipse extension. Alse removed comment against Wilde Lake (probably Nathan).

Legend:

Unmodified
Added
Removed
Modified
  • FRCSoftwareSetup

    v10 v11  
    66
    77== 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].
     8For 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).
    99
    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.
    1111
    1212=== Troubleshooting
     
    3636}}}
    37374. 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.
     385. Then click the arrow next to {{{WPILib Robot Development}}} and select {{{Robot Java Development}}} and click {{{Next}}}.
     396. Click {{{Next}}} on the next window and accept all of the license agreements.
     407. Click {{{Finish}}} to install.
     418. There may be a security warning about unsigned content. Press {{{OK}}} to continue. This happens because eclipse is not perfect.
     429. After installing, restart Eclipse. The plugins will continue to install when Eclipse starts back up. This is normal operation.
    4243
    4344== 4. Creating a FRC Java Project
     
    5253  a. Iterative - cyclic program execution; your code is repeated every 20 ms
    5354  b. Command-Based - event-driven program execution
    54   c. Simple - ''DO NOT USE'' (unless you're wilde lake)
     55  c. Simple - ''DO NOT USE''
    55566. Click {{{Finish}}}.