Skip to content

Java Setup

Kay Kasemir edited this page Mar 31, 2019 · 1 revision

Setup for the 2019 Season

Install Java, VS Code, WPILib

  1. Download WPILibInstaller_Windows64-2019.4.1.zip from https://github.com/wpilibsuite/allwpilib/releases or get it from a USB stick available from the software team.
  2. Right-click the ZIP file, Extract All..
  3. Start the extracted .exe
  4. Select "Current User".
  5. Either select "Download" to get VS Code, or select the OfflineVsCodeFiles-1.30.1.zip that you can get from the software team's USB stick.
  6. De-select "C++ Compiler".
  7. "Execute Install".

You should now have an "FRC VS Code 2019" icon on your desktop.

Install GIT

  1. Download Git-2.20.1-64-bit.exe (or newer) from https://git-scm.com/downloads or get it from the Software Team's USB stick.
  2. Run the .exe

You should now have an entry G > Git > Git Bash in the windows start menu.

Clone this wiki locally