XXXXXX_OBSOLETE Installing Eclipse - quasics/quasics-frc-sw-2015 GitHub Wiki

These instructions are mostly obsolete, and have been replaced with those found here.

Introduction

How to set up Eclipse for Quasics code development

Requirements

  • Eclipse Download Here
  • A Github account (you're already on the site)
  • To be added by an admin (Mr. Healy or Raymond) for access to team code
  • An Internet Connection

How To Set Up

Eclipse Setup

(original instructions here)

  1. Download and install Java 8 JDK for your operating system here
  2. Download Eclipse here
  3. Run Installer Is there an installer? please confirm

FRC Toolkit Setup

(original instructions here)

  1. Download and install Roborio toolchains here
  2. Open Eclipse and open the "Install New Software" option under the "Help" menu
  3. Click the "Add..." button
  4. Under "Name" type "FRC Toolkits", and under URL type "http://first.wpi.edu/FRC/roborio/release/eclipse/"
  5. Choose the C++ tool kits and agree to the EULA More than one? Please confirm
  6. Restart eclipse when prompted

Subclipse Setup

  1. Open Eclipse
  2. Choose Your Workbench
  3. Under the Help tab, click Install new software
  4. Click the "Add..." button
  5. Enter the following
  6. Download and install the following from the dropdown menus:
    • On the "Subclipse" dropdown: everything except "Mylyn Integration"
    • On the "SVNKit" tab: the "SVNKit Library"
    • (Mac Only) The "svn adapter" to use the pure Java adapter
  7. When you're done installing the above, restart Eclipse.

Accessing the team's repositories

Note: The following steps assume that you've installed both Eclipse and the Subclipse plugins, and that you've set up a free personal account on GitHub (this site).

  1. After restarting, open the Window tab, go to the other option under showview, and select SVN Repositories under SVN
  2. Right Click the new space
  3. Select "New repository location" under new
  4. In the field for the repository location, enter "https://github.com/quasics/quasics-frc-sw-2015.git".
  5. Follow instructions to download correct project.