c0d33rr0r 3 Posted June 6, 2024 (edited) Hello, I'm uploading this repeat style topic to hopefully show people an easier way to get up and running with Eclipse. So lets get started! First follow, https://dreambot.org/guides/scripter-guide/script-dev/installing-jdk/ and download a .zip of w/e version you want. I use 21 LTS Eclipse Temurin also grab the same version of the jre. Download Eclipse IDE for Java Developers from https://www.eclipse.org/ It comes in a zip format so extract it and put it where you want. Open it up and configure where you want the workspace to be, "This is where your projects will save to." Once it is open select new Java Project. This will Appear! First lets Configure JRE to our downloaded and extracted JDK folder, "I normally put this in the workspace where my projects are saved but not inside my project." Now make sure that Use default JRE is selected. Click Next! Now this will appear. Click Libraries, Click Modulepath, and then click Add External Jars. Now this will appear. Nav yourself to the default installed path after running the DBLauncher and letting it update. Select the clinet.jar and click OK Now click finish. Your all set to now follow this guide, except we are going to be using Eclipse to export our Script. https://dreambot.org/guides/scripter-guide/script-dev/running-first-script/ So nav yourself to your Package editor, and right click. Now select Export. This will appear. Expand the Java option with a folder by click the arrow. Highlight JAR file and click next. This will appear now. Expand your project name, and make sure default package is selected. in the pane to the right of it make sure .classpath and .project is selected. Browse to your scripts folder and name your .jar it should default to your projects name. Then click OK, and then Finish. This will appear now. "Not on your first export!!" Click Yes The last appear I swear XD. Click OK. Congrats check you DreamBot scripts folder to make sure it exported. Fire up DreamBot through the Jagex launcher with your patched in DreamBot on either clinet. NOTE if you patch runelite it comes with a stand alone jre @ 1.8, which gives you a miss match jre error! In this case follow this to solve it. Happy Botting!!! Up vote it and I'll make a video. I''ll get around to cleaning it up and making it more professional looking. Edited June 6, 2024 by c0d33rr0r postmagne3777 1
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