Changes between Initial Version and Version 1 of ControlSystems/SoftwareTeam/Training/VirtualTraining/InstallRoboCode


Ignore:
Timestamp:
Aug 16, 2020, 10:28:49 PM (5 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/VirtualTraining/InstallRoboCode

    v1 v1  
     1== Installing !RoboCode ==
     2
     3Robocode can be installed on any computer that can run Java including Windows, Mac, and Linux PCs.  If you don't already have it, you'll first need to install the Java programming language:
     4
     5* Download the Zulu Java JDK from [https://www.azul.com/downloads/zulu-community/ here].  You want to install the latest latest version of Java '''11''' for your computer/operating system; follow the instructions below for your computer:
     6   * [http://techoral.com/blog/java/install-zulu-openjdk.html Windows instructions]
     7   * [https://brewinstall.org/install-azul-zulu-java-standard-edition-development-kit-mac-osx/ Mac instructions]
     8   * [https://www.fosstechnix.com/install-zulu-openjdk-version-11/ Linux instructions]
     9
     10* Download and install !RoboCode.  Follow the instructions [https://robowiki.net/wiki/Robocode/Download_And_Install here]
     11   * Download the latest version [https://sourceforge.net/projects/robocode/files/robocode/ here].  NOTE: don't click on the big green Download Latest Version button...that's not the droid you're looking for!  Instead, click the first entry in the list of releases below the green button (e.g. the link that says 1.9.3.9) and on the page that opens, download the setup.jar file (not the testing version).  For example, the link that says: [https://sourceforge.net/projects/robocode/files/robocode/1.9.3.9/robocode-1.9.3.9-setup.jar/download robocode-1.9.3.9-setup.jar]
     12   * Save the file and when it finishes downloading, run it.  If you can't run it, you probably didn't install Java correctly.
     13   * Accept all the defaults and when you're done, robocode is installed!
     14
     15
     16== Resources ==
     17* [https://robocode.sourceforge.io/docs/robocode/ RoboCode Javadoc]