That worked, thanks a lot !
Hi, I have a project with robocode and java. There is a class to easily start robocode and test the robot in it. It is several years old and I successfully used it many times, but now, it stopped working. I have no idea why (it speaks about versions, I followed the log on github but that wasn't useful). Could you help me ? Here is the class that calls robocode : package controller; import java.io.IOException; public class TestBattle { public static void main(String[] args) { String ROBOCODE_PATH...
Hi, I have a project with robocode and java. There is a class to easily start robocode and test the robot in it. It is several years old and I successfully used it many times, but now, it stopped working. I have no idea why (it speaks about versions, I followed the log on github but that wasn't useful). Could you help me ? Here is the class that calls robocode : package controller; import java.io.IOException; public class TestBattle { public static void main(String[] args) { String ROBOCODE_PATH...