Changes between Version 6 and Version 7 of FRCSoftwareSetup


Ignore:
Timestamp:
Jan 9, 2016, 10:54:50 PM (9 years ago)
Author:
Timothy Lin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRCSoftwareSetup

    v6 v7  
    11= Setting Up Your Computer for FRC Java Programming
    22== 1. Install Java SE 8
    3 Make sure the correct version of Java SE 8 is installed. You will need the JDK (Java Software Development Kit); the current version is jdk1.8.0_25.
     3Make sure the correct version of Java SE 8 is installed. You will need the JDK (Java Software Development Kit); the current version is JDK 8u65.
    44
    5 The installation can be found at [http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Oracle's site]. Make sure to accept the license agreement, or it won't let you download.
     5The installation can be found on [http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Oracle's site]. Make sure to accept the license agreement, or it won't let you download.
    66
    7 == 2. Install Eclipse Luna
    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-and-dsl-developers/marsm4 Eclipse Luna].
     7== 2. Install Eclipse
     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/mars1 Eclipse Mars].
     9
     10[https://eclipse.org/downloads/packages/eclipse-ide-java-developers/lunasr2 Eclipse Luna] also works.
    911
    1012=== Troubleshooting
     
    48504. In the next screen, specify a unique, identifiable project name, preferably one that will not be confused with other, similar projects. Enter in a new, custom package hierarchy or leave the default.
    49515. Choose a project template:
    50   a. Iterative - cyclic program execution; this template is the most basic and requires the programmer to implement much more
    51   b. Command-Based - event-driven program execution; includes many features FIRST & WPI have developed
     52  a. Iterative - cyclic program execution; your code is repeated every 20 ms
     53  b. Command-Based - event-driven program execution
    5254  c. Simple - ''DO NOT USE''
    53556. Click {{{Finish}}}.