robocode
Class Robocode
Robocode - A programming game involving battling AI tanks.
Copyright (c) 2001, 2008 Mathew A. Nelson and Robocode contributors
- Mathew A. Nelson (original)
- Flemming N. Larsen (contributor)
static void | main(String[] args) - Use the command-line to start Robocode.
|
static void | printRunningThreads() - Prints out all running thread to the standard system out (console)
|
main
public static void main(String[] args)
Use the command-line to start Robocode.
The command is:
java -Xmx512M -Dsun.io.useCanonCaches=false -jar libs/robocode.jar
args
- an array of command-line arguments
printRunningThreads
public static void printRunningThreads()
Prints out all running thread to the standard system out (console)