How to start robocode?

95 views
Skip to first unread message

a b

unread,
Aug 31, 2020, 1:52:23 PM8/31/20
to robocode-developers
How do i start program?

Flemming Larsen

unread,
Aug 31, 2020, 1:59:38 PM8/31/20
to robocode-developers

Normally you just download and click the robocode-1.9.3.9-seup.jar file, and and installer will install Robocode.
I see that SourceForge has pointed at the source files (zip) file per default. I have fixed this now.

Try download the Robocode setup file here:

I hope this helps?

Sorry for the inconvenience!
mandag den 31. august 2020 kl. 19.52.23 UTC+2 skrev frankmo...@gmail.com:
How do i start program?

Adrian Teri

unread,
Sep 29, 2020, 3:41:43 PM9/29/20
to robocode-developers
I am having the same problem on a Debian distro. I don't see a .sh file on the root directory that Robocode creates when you run the setup java -jar robocode.a.b.c.setup.jar

Flemming Larsen

unread,
Sep 30, 2020, 1:37:36 PM9/30/20
to robocode-developers
The issue with Debian is really strange. I have tested this on Debian as well, and do see a .sh file being created. I wonder what might cause the problem?

I attached the robocode.sh file directory from the sources into this reply.

Basically Robocode is started by this script:

pwd=`pwd`
cd "${0%/*}"
java -Xmx512M -cp libs/robocode.jar -XX:+IgnoreUnrecognizedVMOptions "--add-opens=java.base/sun.net.www.protocol.jar=ALL-UNNAMED" "--add-opens=java.base/java.lang.reflect=ALL-UNNAMED" "--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED" "--add-opens=java.desktop/sun.awt=ALL-UNNAMED" robocode.Robocode $*
cd "${pwd}"

I hope this helps?
robocode.sh

Adrian Teri

unread,
Sep 30, 2020, 6:11:50 PM9/30/20
to robocode-...@googlegroups.com
Thanks flemming!

--

---
You received this message because you are subscribed to a topic in the Google Groups "robocode-developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robocode-developers/olCcXJWDH5k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robocode-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robocode-developers/9a09a2a9-677c-45c8-9cee-e69331dd4f3en%40googlegroups.com.

Felipe Ribeiro

unread,
Oct 16, 2020, 1:51:19 PM10/16/20
to robocode-developers
Does anyone know why the created robots do not appear at the time of creating battles in the latest versions even by running command Crtl + R?
Robocodes criados por mim não aparecem na hora de criar batalhas para testar.png

Davide Cappellini

unread,
Oct 17, 2020, 8:34:19 AM10/17/20
to robocode-...@googlegroups.com
Using Eclipse? Point to the project directory not the .class directory were the .class bots are.

If not using Eclipse I dunno how to help, sorry.

You received this message because you are subscribed to the Google Groups "robocode-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robocode-developers/b8fadc57-3f8f-496f-aa9a-0c1c1167de52n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages