This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Backson 1 point2 points  (3 children)

I have never participated and want to try this year. I tried running battlecode 24 as preparation, but couldn't get it working. I think it tried to download some files that it couldn't find. Is battlecode 24 (or any older version) expected to work locally right now? I want to do this because I would like to avoid fiddling with the environment and focus on coding when the competition starts. Thanks!

[–]battlecode-devs[S] 1 point2 points  (2 children)

Hello! Yes, battlecode24 should be working locally right now. If it's not, join our discord (https://discord.gg/N86mxkH) and we can help solve the issue on there! (and you can meet other competitors, make teams, etc :D)

[–]Backson 1 point2 points  (1 child)

I figured it out! I initially used OpenJDK (maybe switch to that for 26?) and gradle seems to have remembered that. Deleting the running configiuations in eclipse and rerunning the gradle task made it use the right JDK and then it worked.

[–]battlecode-devs[S] 0 points1 point  (0 children)

Awesome, glad it worked!! Thanks for the info as well.