Skip to content
Trevor edited this page Mar 4, 2019 · 5 revisions
  1. Install IntelliJ 2018.3 or greater and install Java 11 JDK (Java 8 isn't enough)
  2. When first opening IntelliJ, you should see a window like this:


  1. Click: Check out from Version Control then git

  2. In dialog box: URL: https://github.com/DurhamAcademy/FRC2019.git

  3. Click "yes" when asked if you want to open file



  1. Do NOT change the name of the project. Check Use auto-import and change Gradle JVM to Java 11 (may be named slightly different),


  1. Click "ok"

  2. At this stage, IF IntelliJ asks you to add file to git, click cancel

  3. Click the Project tab on the left side of IntelliJ



  1. Navigate to: src > main > kotlin > frc.team6502.robot

  2. You are ready to begin developing for 6502!

Clone this wiki locally