Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Tutorial Run OSRS/RS3 in 32-bit mode WITHOUT uninstalling Java

Joined
Mar 28, 2017
Messages
286
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.

vIFFX8k.png

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:
Joined
Mar 21, 2017
Messages
10
What ever you set your variable name to be

For example, mine is JAVA32BITPATH, so i'd do %JAVA32BITPATH%\

I tried that and it didnt work, tried some other things and still not working :(

EDIT: I managed to get past that by removing the whole SHORTCUT and just keeping the javaw.exe, but sadly I'm still getting the AgentInitializationException error....
 

Attachments

  • t1.PNG
    t1.PNG
    17 KB · Views: 31
  • t3.PNG
    t3.PNG
    56.8 KB · Views: 30
Last edited:
Joined
Mar 28, 2017
Messages
286
I tried that and it didnt work, tried some other things and still not working :(

EDIT: I managed to get past that by removing the whole SHORTCUT and just keeping the javaw.exe, but sadly I'm still getting the AgentInitializationException error....

Are you sure Runemate is running in 32-bit mode? I'm using this method and everything is working just fine
 
Top