- Joined
- Aug 7, 2024
- Messages
- 7
- Thread Author
- #1
Hello,
Apologies if I'm a noob and missing something obvious here, but I can't seem to figure out what I'm doing wrong.
I'm trying to just make a bot walk to a given location.
However, when the bot tries to start up, I get an error:
I was reading a suggestion on the discord that this might be JDK related, but I'm on jdk 17, tried two different ones.
This appears to be fatal as the bot is null after.
Am I using the wrong JDK here? JDK 17 - Temurin
Based off the setup here:


Apologies if I'm a noob and missing something obvious here, but I can't seem to figure out what I'm doing wrong.
I'm trying to just make a bot walk to a given location.
However, when the bot tries to start up, I get an error:
java.lang.NoSuchMethodException: java.util.concurrent.ForkJoinWorkerThread.<init>(java.lang.ThreadGroup,java.util.concurrent.ForkJoinPool)
at java.lang.Class.getConstructor0(Class.java:3761) ~[?:?]
at java.lang.Class.getDeclaredConstructor(Class.java:2930) ~[?:?]
at com.runemate.game.api.script.framework.core.BotPlatform.<clinit>(jhd:188) ~[runemate-client-4.13.7.0.jar:?]
at com.runemate.game.api.script.framework.AbstractBot.<init>(rld:253) ~[runemate-client-4.13.7.0.jar:?]
at com.runemate.game.api.script.framework.LoopingBot.<init>(LoopingBot.java:24) ~[runemate-game-api-1.35.9.jar:?]
at com.runemate.party.ApeGoblinFighter.<init>(ApeGoblinFighter.java:17) ~[?:?]
at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
I was reading a suggestion on the discord that this might be JDK related, but I'm on jdk 17, tried two different ones.
This appears to be fatal as the bot is null after.
Am I using the wrong JDK here? JDK 17 - Temurin
Based off the setup here:
Tutorial - Development: Project Setup
Development: Project Setup See the bottom of the post for a quick guide. Requirements: - An IDE (we recommend IntelliJ IDEA) - A basic understanding of Java (free courses available at sites like w3schools and Codeacademy) Project Setup: Open IntelliJ and start a new project: Currently, we...
www.runemate.com

