Difference between revisions of "Robocode/Download And Install"

From Robowiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Stub}}
 
 
 
This page describes how to download and install the [[Robocode]] game.
 
This page describes how to download and install the [[Robocode]] game.
  
Line 11: Line 9:
 
== How to install Robocode ==
 
== How to install Robocode ==
  
If Java has been properly installed (see [Robocode/System_Requirements]), you should be able to install Robocode by double-clicking on the downloaded setup file for Robocode (the JAR file).
+
If Java has been properly installed (see [[Robocode/System_Requirements|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 or shell change the directory, which you downloaded the Robocode setup file into by using the "CD" command, and type:
+
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:
 
<pre>
 
<pre>
 
java -jar robocode-setup-1.5.0.jar
 
java -jar robocode-setup-1.5.0.jar
 
</pre>
 
</pre>
  
Of course the "1.5.0" might be replaced with the Robocode version you are going to install.
+
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 ==
 
== 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 at [http://sourceforge.net/export/rss2_projfiles.php?group_id=37202 this page]. The RSS feed will provide you with a link to both the release notes and where to download Robocode.
+
If you want to know exactly ''when'' a new release is available, you can subscribe to the [http://sourceforge.net/export/rss2_projfiles.php?group_id=37202 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 ==
 
== See also ==

Revision as of 21:02, 14 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