DanStannn Posted September 12, 2021 Posted September 12, 2021 Following the java setup guide and not sure what I'm doing wrong, as far as I know I have followed everything correctly its probably something obvious, any help is appreciated. Downloaded java x86 version from the link https://osbot.org/forum/java/. Found the java .exe file here : C:\Program Files (x86)\Java\jre1.8.0_301\bin Made the .bat file with the following path : C:\Program Files (x86)\Java\jre1.8.0_301\bin\java.exe -jar "osbot.jar" I renamed osbot to osbot.jar I'm not very good when it comes to this stuff but I followed it all correctly as far as I know, when i then open osbot i get : You are currently running version 15.0.2 of java which is unsupported. as I said any help appreciated and if its obvious try go easy on me
DanStannn Posted September 12, 2021 Author Posted September 12, 2021 1 hour ago, DanStannn said: Following the java setup guide and not sure what I'm doing wrong, as far as I know I have followed everything correctly its probably something obvious, any help is appreciated. Downloaded java x86 version from the link https://osbot.org/forum/java/. Found the java .exe file here : C:\Program Files (x86)\Java\jre1.8.0_301\bin Made the .bat file with the following path : C:\Program Files (x86)\Java\jre1.8.0_301\bin\java.exe -jar "osbot.jar" I renamed osbot to osbot.jar I'm not very good when it comes to this stuff but I followed it all correctly as far as I know, when i then open osbot i get : You are currently running version 15.0.2 of java which is unsupported. as I said any help appreciated and if its obvious try go easy on me Removed Java 15.0.2 and everything works now 1
Tom Posted September 12, 2021 Posted September 12, 2021 4 hours ago, DanStannn said: Removed Java 15.0.2 and everything works now You probably needed to wrap the path to java with quotes since it has spaces in it "C:\Program Files (x86)\Java\jre1.8.0_301\bin\java.exe" -jar "osbot.jar" 1