- Thread Author
- #1
Okay so before we start, I'd like to point out my Java setup. I currently have both 64 bit JDK and JRE, and 32bit JRE. However, I'm 99% sure you will only need 32bit JRE to run RS.
This tutorial is aimed at those who have 64-bit Java, want to bot, but not uninstall their current Java versions. You will of course need to install 32-bit Java/JRE (labeled as x86 on Oracle.com). Assuming you have Runemate and the 32-bit Java installed, lets get started!
First, you want to go to where you installed the 32-bit Java. Typically it'd be under "C:\Program Files (x86)\Java\JREVERSION\". The folder we're looking for is "bin". Now if you're on windows 10, you can SHIFT+Right click the bin folder and copy as path, but make sure to highlight (click) the folder first. Otherwise, open the bin folder, and copy the path to it manually.
Afterwards, you want to open your System's Environment Variables. Under user variables, click new and give it a name, and paste the path to your 32-bit Java you've copied from before and hit ok, and ok.
PLEASE IGNORE "you could possibly include blablabla" if you want, you can try but I may not help
When you have all that done, we're going to create a shortcut to run RS in 32-bit mode. For this example, I'm going to be using OSRS. Locate the pre-existing shortcut for OSRS and create a copy of it and rename it to your liking, preferably add "32BIT" to the prefix to distinguish it from the original. Right click the newly created shortcut and select properties. In here, we only want to modify the Target box. Go ahead and copy and paste what I have below in the spoiler into the Target box, MAKE SURE TO CHANGE THE %YOURSHORTCUTHERE% to your shortcut you created earlier.
NOTE, you might have to shorten the Dcom.jagex.config url
Click okay and you're all set. Enjoy botting! Let me know if you have any issues, I will try my best to help you. I tried to make the guide as simple as can be.
This tutorial is aimed at those who have 64-bit Java, want to bot, but not uninstall their current Java versions. You will of course need to install 32-bit Java/JRE (labeled as x86 on Oracle.com). Assuming you have Runemate and the 32-bit Java installed, lets get started!
First, you want to go to where you installed the 32-bit Java. Typically it'd be under "C:\Program Files (x86)\Java\JREVERSION\". The folder we're looking for is "bin". Now if you're on windows 10, you can SHIFT+Right click the bin folder and copy as path, but make sure to highlight (click) the folder first. Otherwise, open the bin folder, and copy the path to it manually.
Afterwards, you want to open your System's Environment Variables. Under user variables, click new and give it a name, and paste the path to your 32-bit Java you've copied from before and hit ok, and ok.
PLEASE IGNORE "you could possibly include blablabla" if you want, you can try but I may not help
When you have all that done, we're going to create a shortcut to run RS in 32-bit mode. For this example, I'm going to be using OSRS. Locate the pre-existing shortcut for OSRS and create a copy of it and rename it to your liking, preferably add "32BIT" to the prefix to distinguish it from the original. Right click the newly created shortcut and select properties. In here, we only want to modify the Target box. Go ahead and copy and paste what I have below in the spoiler into the Target box, MAKE SURE TO CHANGE THE %YOURSHORTCUTHERE% to your shortcut you created earlier.
Code:
%YOURSHORTCUTHERE%\javaw.exe -d32 -Dsun.java2d.noddraw=true -Xmx384m -Xss2m -XX:CompileThreshold=1500 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -Dcom.jagex.config=http://oldschool77.runescape.com/jav_config.ws? -jar jagexappletviewer.jar -Djava.class.path=jagexappletviewer.jar
NOTE, you might have to shorten the Dcom.jagex.config url
Click okay and you're all set. Enjoy botting! Let me know if you have any issues, I will try my best to help you. I tried to make the guide as simple as can be.
Last edited: