Woojachi Posted April 19, 2022 Share Posted April 19, 2022 mirror mode is grayed out when launching osbot. If i run java -version it comes back with version "1.8.0_321"... I do have java 11 installed but I switched system path to java 8 and its showing in terminal as java 8. How do i configure osbot to use java 8? Link to comment Share on other sites More sharing options...
Czar Posted April 19, 2022 Share Posted April 19, 2022 For some reason it auto-defaults to latest version, you need to manually type the java bin dir, I was going to say uninstall java 11 but runelite + a bunch of other games need it so nothing we can do @echo off title OSBot "C:/Program Files (x86)/Java/jre1.8.0_291/bin/java.exe" -jar "OSBot.jar" pause Change jre version to your exact 8 version "1.8.0_321" Link to comment Share on other sites More sharing options...
Woojachi Posted April 19, 2022 Author Share Posted April 19, 2022 Worked Thanks. Whoever is looking at this thread in the future copy the quote above and change the "/" -> "\" and make sure the exact version matches your java and you are good to go to run the .bat file. Link to comment Share on other sites More sharing options...
dizzo21 Posted July 19 Share Posted July 19 On 4/19/2022 at 8:18 AM, Woojachi said: Worked Thanks. Whoever is looking at this thread in the future copy the quote above and change the "/" -> "\" and make sure the exact version matches your java and you are good to go to run the .bat file. i dont understand how to do this. I just open a command prompt and paste that with my version in? I tried that and now I can't even open up my osbot jar file manually. It said it couldn't find file Link to comment Share on other sites More sharing options...