programming workstation set-up how-to · 2017-05-30 · programming workstation set-up how-to 1....

1
Programming Workstation Set-Up How-To 1. Download and install the latest Java 7 SDK from Oracle at: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads- 1880260.html 2. Download and install the latest Netbeans from: https://netbeans.org/downloads/ 3. Open NetBeans. Then, go to Tool → Plugins → Settings and add this repository: http://first.wpi.edu/FRC/java/netbeans/update/Release/updates.xml 4. Install the 6 FRC plugins from “Available plugins” 5. Your NetBeans installation is ready to start coding robots! When the subversion server is set up and ready, go to Team → Subversion → Checkout and use the subversion link and your username and password to check out the project. Afterwards, set the project as your “Main Project” . You can commit (upload your modified code), update (download the latest code revisions from the repository), and view the differences between your code and the repository from the drop-down menu of the project.

Upload: others

Post on 09-Jun-2020

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Programming Workstation Set-Up How-To · 2017-05-30 · Programming Workstation Set-Up How-To 1. ... Java EE and Glassfish Java ME Java Card Netaeans IDE Java Mission Control Java

Programming Workstation Set-Up How-To

1. Download and install the latest Java 7 SDK from Oracle at: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

2. Download and install the latest Netbeans from: https://netbeans.org/downloads/

3. Open NetBeans. Then, go to Tool → Plugins → Settings and add this repository: http://first.wpi.edu/FRC/java/netbeans/update/Release/updates.xml

4. Install the 6 FRC plugins from “Available plugins”

5. Your NetBeans installation is ready to start coding robots! When the subversion serveris set up and ready, go to Team → Subversion → Checkout and use the subversion link and your username and password to check out the project. Afterwards, set the project as your “Main Project” . You can commit (upload your modified code), update (download the latest code revisions from the repository), and view the differences between your code and the repository from the drop-down menu of the project.