<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://robowiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AldacoBergmannY</id>
	<title>Robowiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://robowiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AldacoBergmannY"/>
	<link rel="alternate" type="text/html" href="http://robowiki.net/wiki/Special:Contributions/AldacoBergmannY"/>
	<updated>2026-04-15T03:31:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://robowiki.net/w/index.php?title=Robocode/Eclipse/Create_a_Project&amp;diff=32991</id>
		<title>Robocode/Eclipse/Create a Project</title>
		<link rel="alternate" type="text/html" href="http://robowiki.net/w/index.php?title=Robocode/Eclipse/Create_a_Project&amp;diff=32991"/>
		<updated>2014-01-10T12:59:03Z</updated>

		<summary type="html">&lt;p&gt;AldacoBergmannY: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Youtube|3qOoDuGkwco|Creating an Eclipse Robocode Project}}&lt;br /&gt;
&lt;br /&gt;
In order to build a [[Robocode]] robot in [http://www.eclipse.org/ Eclipse], we first have to create a '''Project''' to store them in. This page will assist you in setting that up.&lt;br /&gt;
&lt;br /&gt;
== Creating a Project for your Robots ==&lt;br /&gt;
First, select File-&amp;gt;New-&amp;gt;Project in the menu.&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-FileNewProject.png|Shows how to select a new project from the File menu in Eclipse]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the '''New Project''' dialog, select '''Java Project''' then click Next.&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-NewProjectWizard.png|Shows a dialog for creating a new project by selecting a wizard]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type in a name for your project. A project can contain just one robot or many robots, so choose a name to suit your plans. Here we use the name '''MyRobots''' as the name for the new project. When you have written the name of the new project then click '''Next'''. &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;''But do not click '''Finish''' yet!''&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-NewJavaProject.png|Shows a dialog for creating a new Java project where the user must type in a name for the new project]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Oops! I clicked '''Finish'''. What to do? ===&lt;br /&gt;
If you clicked '''Finish''' by mistake, you can find the rest of the screens shown by right-clicking on the project named '''MyRobots''', then select '''Properties''', and then select '''Java Build Path'''.&lt;br /&gt;
&lt;br /&gt;
== New Project ==&lt;br /&gt;
Select the '''Libraries''' tab, then click on '''Add External JARs''':&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-NewProjectAddExtJars.png|Shows that the &amp;quot;Libraries&amp;quot; tab must be selected and then the &amp;quot;Add External Jars...&amp;quot; on the pane with Java Settings in the New Java Project dialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Browse to the robocode directory, select the '''libs''' directory and then click the '''Open'''.&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-JarSelection.png|Shows the JAR Selection dialog where the user must first select the libs dir within the Robocode root dir and press the &amp;quot;Open&amp;quot; button]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next, select the '''robocode.jar''' and then click the '''Open'''.&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-JarSelection2.png|Shows the JAR Selection dialog where the user must secondly select the robocode.jar file within the libs dir and press the &amp;quot;Open&amp;quot; button]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now you must select the '''Javadoc location: (None)''' under '''robocode.jar''' and click '''Edit...'''&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-NewProjectEditJavadocLocation.png|Shows that the &amp;quot;Javadoc location: (None)&amp;quot; line under &amp;quot;robocode.jar&amp;quot; must be selected and then the &amp;quot;Edit...&amp;quot; in the New Java Project dialog]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Type in (or browse to) the path for robocode.jar again. Optionally, enter the location of Robocode's Javadocs. The window should now look like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Eclipse-RobocodeJavadocURL.png|Shows a dialog where the user must specify the URL of the Javadoc location path of Robocode]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Click '''OK''', then click '''Finish''' to build your project&lt;br /&gt;
&lt;br /&gt;
Congratulations! Your new project is ready. :-)&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://www.eclipse.org/ Eclipse.org - Eclipse home page]&lt;br /&gt;
* [http://www.eclipse.org/downloads/ Eclipse Downloads]&lt;br /&gt;
* [http://download.eclipse.org/eclipse/downloads/ Eclipse project downloads - latest releases]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
=== Using Eclipse IDE ===&lt;br /&gt;
* [[Robocode/Eclipse|Using Eclipse as IDE]]&lt;br /&gt;
* [[Robocode/Add_a_Robot_Project|Add robot project from an IDE into Robocode]]&lt;br /&gt;
* [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]]&lt;br /&gt;
* [[Robocode/Running from Eclipse|Running your robot from Eclipse]]&lt;br /&gt;
* [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]]&lt;br /&gt;
&lt;br /&gt;
=== Robot API ===&lt;br /&gt;
* [http://robocode.sourceforge.net/docs/robocode/ Robot API]&lt;br /&gt;
&lt;br /&gt;
=== Tutorials ===&lt;br /&gt;
* [[Robocode/System Requirements|System Requirements for Robocode]]&lt;br /&gt;
* [[Robocode/Download|How to download and install Robocode]]&lt;br /&gt;
* [[Robocode/Robot Anatomy|The anatomy of a robot]]&lt;br /&gt;
* [[Robocode/Getting Started|Getting started with Robocode]]&lt;br /&gt;
* [[Robocode/My First Robot|My First Robot Tutorial]]&lt;br /&gt;
* [[Robocode/Game Physics|Robocode Game Physics]]&lt;br /&gt;
* [[Robocode/Scoring|Scoring in Robocode]]&lt;br /&gt;
* [[Robocode/Robot Console|Using the robot console]]&lt;br /&gt;
* [[Robocode/Downloading_Robots|Downloading other robots]]&lt;br /&gt;
* [[Robocode/Learning from Robots|Learning from other robots]]&lt;br /&gt;
* [[Robocode/Package Robot|Package your robot]]&lt;br /&gt;
* [[Robocode/FAQ|Frequently Asked Questions (FAQ)]]&lt;br /&gt;
* [[Robocode/Articles|Articles about Robocode]]&lt;br /&gt;
* [[Robocode/Console Usage|Starting Robocode from the command line]]&lt;br /&gt;
* [[Robocode/Graphical_Debugging|Graphical debugging]]&lt;br /&gt;
&lt;br /&gt;
=== News and Releases ===&lt;br /&gt;
* [http://sourceforge.net/export/rss2_project.php?group_id=37202 RSS Feeds for the Robocode project]&lt;br /&gt;
* [http://sourceforge.net/project/showfiles.php?group_id=37202&amp;amp;package_id=29609 Robocode file releases]&lt;br /&gt;
&lt;br /&gt;
=== Home pages ===&lt;br /&gt;
* [http://robocode.sourceforge.net/ Classic homepage]&lt;br /&gt;
* [http://sourceforge.net/projects/robocode Robocode project at SourceForge]&lt;br /&gt;
* [http://robocoderepository.com/ Robocode Repository]&lt;br /&gt;
* [[wikipedia:Robocode|Wikipediaentry for Robocode]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Robocode Documentation]]&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Eclipse IDE]]&lt;/div&gt;</summary>
		<author><name>AldacoBergmannY</name></author>
		
	</entry>
</feed>