Changes between Initial Version and Version 1 of FRCSoftwareSetup


Ignore:
Timestamp:
Jan 20, 2015, 1:13:08 PM (10 years ago)
Author:
Timothy Lin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRCSoftwareSetup

    v1 v1  
     1= Setting Up Your Computer for FRC Java Programming
     2== 1. Install Java SE 8
     3Make 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.
     4
     5The 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.
     6
     7== 2. Install Eclipse Luna
     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-and-dsl-developers/marsm4 Eclipse Luna].
     9
     10== 3. Install the Java FRC Plugins
     11These plugins will allow you to be able to program the roboRIO.
     12
     131. In Eclipse, select the Help menu in the top menu bar.
     142. Select {{{Install new software...}}}.
     153. In the site field, enter in
     16{{{
     17http://first.wpi.edu/FRC/roborio/release/eclipse/
     18}}}
     194. In the menu below, check the box {{{Show only software applicable to target environment}}}.
     205. Then select only the Java Plugins and click {{{Next}}}.
     216. Accept all license agreements when they come up.
     227. Click {{{Install}}}.
     238. After installing, restart Eclipse. The plugins will continue to install when Eclipse starts back up. This is normal operation.
     24
     25== Install Subversive for Eclipse
     26The programming teams for our team use subversion (SVN) for configuration management of code.
     271. In Eclipse, select the Help menu in the top menu bar.
     282. Select {{{Eclipse Marketplace...}}}.
     293. Search for "Subversive" without the quotes.
     304. Select {{{Subversive}}}.
     315. When prompted for SVN connectors, select the 1.8 version.
     32