Difference between revisions of "Robocode/Download And Install"

From Robowiki
Jump to navigation Jump to search
m
Line 1: Line 1:
This page describes how to download and install the [[Robocode]] game.
+
This page describes how to '''download and install''' the [[Robocode]] game.
  
 
== How to download Robocode ==
 
== How to download Robocode ==

Revision as of 11:19, 28 November 2007

This page describes how to download and install the Robocode game.

How to download Robocode

Robocode is downloaded from the download page at SourceForge containing all Robocode releases available for download, which you can find with this link.

The file to download is a JAR file, i.e. Java Archive file, which is in fact a ZIP file used for distributing Java programs. The name of the file will be named something like robocode-setup-1.5.0.jar, where "1.5.0" indicates the version number.

How to install Robocode

If Java has been properly installed (see System Requirements), you should be able to install Robocode by double-clicking on the downloaded setup file for Robocode (the JAR file).

Alternatively, you could open a command prompt / shell where you change the current directory (using the "cd" command) to the directory you downloaded the Robocode setup file into, and then type:

java -jar robocode-setup-1.5.0.jar

Of course the "1.5.0" must be replaced with the Robocode version you are going to install.

How to get notified about new releases

If you want to know exactly when a new release is available, you can subscribe to the RSS feed for Robocode file releases. The RSS feed will provide you with a link to both the release notes and where to download Robocode.

See also

External links