Changes between Version 6 and Version 7 of FRCSoftwareSetup
- Timestamp:
- Jan 9, 2016, 10:54:50 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRCSoftwareSetup
v6 v7 1 1 = Setting Up Your Computer for FRC Java Programming 2 2 == 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.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 JDK 8u65. 4 4 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.5 The 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. 6 6 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 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]. 9 10 [https://eclipse.org/downloads/packages/eclipse-ide-java-developers/lunasr2 Eclipse Luna] also works. 9 11 10 12 === Troubleshooting … … 48 50 4. 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. 49 51 5. Choose a project template: 50 a. Iterative - cyclic program execution; this template is the most basic and requires the programmer to implement much more51 b. Command-Based - event-driven program execution ; includes many features FIRST & WPI have developed52 a. Iterative - cyclic program execution; your code is repeated every 20 ms 53 b. Command-Based - event-driven program execution 52 54 c. Simple - ''DO NOT USE'' 53 55 6. Click {{{Finish}}}.