Difference between revisions of "Robocode/Download And Install"

From Robowiki
Jump to navigation Jump to search
(added page to Stubs)
Line 2: Line 2:
  
 
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 ==
 +
 +
Robocode is downloaded from the download page at SourceForge containing all Robocode releases available for download, which you can find with [http://sourceforge.net/project/showfiles.php?group_id=37202&package_id=29609 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 [Robocode/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:
 +
<pre>
 +
java -jar robocode-setup-1.5.0.jar
 +
</pre>
 +
 +
Of course the "1.5.0" might 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 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.
 +
 +
== See also ==
 +
* [[Robocode/System_Requirements]]
  
 
[[Category:Robocode Documentation]]
 
[[Category:Robocode Documentation]]

Revision as of 20:51, 14 November 2007

This article is a stub. You can help RoboWiki by expanding it.

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 [Robocode/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:

java -jar robocode-setup-1.5.0.jar

Of course the "1.5.0" might 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 at this page. The RSS feed will provide you with a link to both the release notes and where to download Robocode.

See also