Conversation
…e end of internal buffers
|
Hi @bumfo I am not sure why it is looking for |
It has nothing to do with roborunner itself. I remembered a bug of robocode not being able to locate robocode.core-xxx.jar. Could you try newer versions e.g. 1.9.4.3? Also note that if your path to robocode contains the word "build", it will fail. A workaround may be copying roborunner/robocodes/r1/libs to roborunner/libs, which helps robocode finding the correct jars in some cases. Btw, what is rrt.sh? |
|
@evgmik I published a special version of robocode that prints more info when robocode-core jars aren't found. Please try this if the above doesn't work for you. https://github.com/bumfo/robocode/releases/download/dev-1949-snapshot-1/robocode-1.9.4.9-setup.jar |
You are correct! Everything goes smoothly, with robocode v1.9.4.8
By the way, the gradle recipe does not work with old version of gradle (v4.4.1), I had to remove |
|
@evgmik You can use gradle wrappers for separating project gradle versions with system gradle. Then use ./gradlew instead of gradle for the newer version. |
There are several improvements: