Difference between revisions of "Robocode/Eclipse"

From Robowiki
Jump to navigation Jump to search
Line 18: Line 18:
  
 
== See also ==
 
== See also ==
 +
 +
=== Using Eclipse IDE ===
 +
* [[Robocode/Eclipse/Create_a_Project|Creating a project for your robots]]
 +
* [[Robocode/Add_a_Robot_Project|Add robot project from an IDE into Robocode]]
 +
* [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]]
 +
* [[Robocode/Running from Eclipse|Running your robot from Eclipse]]
 +
* [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]]
  
 
=== Robot API ===
 
=== Robot API ===
Line 38: Line 45:
 
* [[Robocode/Console Usage|Starting Robocode from the command line]]
 
* [[Robocode/Console Usage|Starting Robocode from the command line]]
 
* [[Robocode/Graphical_Debugging|Graphical debugging]]
 
* [[Robocode/Graphical_Debugging|Graphical debugging]]
* [[Robocode/Eclipse/Create_a_Project|Creating a project for your robots]]
+
 
* [[Robocode/Eclipse/Create_a_Robot|Creating a robot in Eclipse]]
 
* [[Robocode/Running from Eclipse|Running your robot from Eclipse]]
 
* [[Robocode/Eclipse/Debugging Robot|Debugging your robot with Eclipse]]
 
  
 
=== News and Releases ===
 
=== News and Releases ===

Revision as of 00:31, 11 October 2008

This page gives an overview of how to use another IDE than the built-in Robot Editor that comes with Robocode.

Using an IDE

Are you getting tired of Robocode's built-in editor? It may be time to start using a real IDE (Integrated Development Environment). This tutorial will show you how to use the Eclipse IDE, available for download here. Eclipse is one of the more popular IDEs used for Java development, and you can get it for free of charge! :-)

Note that I personally prefer to use Eclipse IDE for Java Developers or Eclipse SDK.

At the time of writing, the latest stable build is Eclipse 3.4.1. Robocode itself is being developed using the Eclipse IDE for Java Developers (typically the newest version available). If a more recent stable version exists than the one mentioned here, you should of course download that version instead. NOTE: Java is required for running Eclipse.

So, what are you waiting for? Go get it now!

Once you have Eclipse installed and running, I'll show you how to create a project for your robots.

References

See also

Using Eclipse IDE

Robot API

Tutorials


News and Releases

Home pages