BeastScarr 0 Posted June 23, 2024 I'm using IntelliJ and using Oracle OpenJDK version 1.8.0_202 ( Java 8 ). I believe I've followed the official starting guides and set up my development environment correctly. Added the client as a library to my project (as shown in the attachment under external libraries). I have also added the artifact correctly. But my imports do not seem to resolve with the error (attached). How am I able to correct this, assuming I'm doing something wrong.
camelCase 301 Posted June 24, 2024 12 hours ago, BeastScarr said: How am I able to correct this, assuming I'm doing something wrong. you have missed / done wrong the adding dependencies part of this guide https://dreambot.org/guides/scripter-guide/script-dev/setting-up-dev-env/#configuring-the-project
BeastScarr 0 Author Posted June 25, 2024 14 hours ago, camelCase said: you have missed / done wrong the adding dependencies part of this guide https://dreambot.org/guides/scripter-guide/script-dev/setting-up-dev-env/#configuring-the-project I've correctly followed the parts of that guide (attached both the library and artifact sections of my project structure). But it still does not resolve the dependencies. Any idea on what else I can do to resolve it?
BeastScarr 0 Author Posted June 29, 2024 For anyone who stumbles on this issue in the future, the solution that worked for me was: Under File > Project Structure > Modules > Dependencies Check the box next to client. After this change my imports resolved perfectly.
TuringMachine 0 Posted December 22, 2024 I'm having the same problem. i just did what the tutorial says and the error still persists. help please
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now