Changes between Version 20 and Version 21 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Sep 30, 2019, 3:20:14 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v20 v21 12 12 == Setup your laptop: 13 13 1. Install Java 14 * [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html JDK 8]14 * Install Java Development Kit (JDK) version 8 or 11 from either [https://www.azul.com/downloads/zulu-community/ Zulu] (recommended) or [https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Oracle] 15 15 * Add an environment variable JAVA_HOME that points to the directory where you installed Java and add the bin sub-folder to your search path; see detailed instructions [https://javatutorial.net/set-java-home-windows-10 here]. 16 16 2. Install Git (if not already on your computer) from [https://git-scm.com/downloads here] … … 20 20 6. Install the [http://www.ctr-electronics.com/control-system/hro.html#product_tabs_technical_resources CTRE Phoenix Framework] 21 21 7. Make sure Microsoft Internet Explorer (yep) is installed on your computer and install the [https://www.microsoft.com/silverlight/ SilverLight] extension 22 23 == Write your first Java Program(s) 24 Java is one of the most popular programming languages and is the language used in most high schools because it is used for the AP Computer Science exam. Java is part of a family of very similar languages: C, C++, C#, Java and when you learn to program in one you can easily pick up the others. Team 2537 uses Java to program their robots and you can get started with Java [wiki://ControlSystems/IntroJava here] 22 25 23 26 == Update your roboRIO