The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-06-15 | 484 Bytes | |
robocode-1.9.4.6-setup.jar | 2022-06-15 | 16.2 MB | |
Totals: 2 Items | 16.2 MB | 1 |
Version 1.9.4.6 (15-Jun-2022) The Java 18 support release
Bugfix
- Java 18 fix: Robocode could not run on the newest Java 18 due to the terminally deprecated Security Manager.
- The Security Manager is now explicitly being allowed to run with the .bat, .sh, and .command files by adding setting this system property:
-Djava.security.manager=allow
.
- The Security Manager is now explicitly being allowed to run with the .bat, .sh, and .command files by adding setting this system property:
- Give bots without rank highest priority in the LiteRumble (RoboRumble). Thank you Xor for this fix! :)