IvanAteyea99 Posted October 24, 2019 Share Posted October 24, 2019 For some reason, OSBot is claiming I have an incorrect java version. I have re-downloaded Java and did the steps listed on osbot.org/java but nothing worked. This is my error message: https://gyazo.com/dfd1a47274ec5e1db313f57dbeedc9fc Current Java version: https://gyazo.com/fc7e2dba7fea674ffa8e35f0fc5daf57 Script as per the Java troubleshooting page: C:\Program Files\Java\jdk-12.0.2\bin\java.exe -jar "osbot.jar" (actual location) Second script I tried: C:\Program Files (x86)\Java\jre1.8.0_231\bin\java.exe -jar "osbot.jar" I've tried renaming the osbot.jar file to specifically meet the script as well, and it didn't work. I've never run into this issue before and would like some help resolving it. Thanks! Quote Link to comment Share on other sites More sharing options...
Token Posted October 24, 2019 Share Posted October 24, 2019 (edited) Uninstall all versions of java (both jdk and jre) and then install the correct one (java 8 ) Edited October 24, 2019 by Token Quote Link to comment Share on other sites More sharing options...
IvanAteyea99 Posted October 24, 2019 Author Share Posted October 24, 2019 9 minutes ago, Token said: Uninstall all versions of java (both jdk and jre) and then install the correct one (java 8 ) Thanks, this worked! Quote Link to comment Share on other sites More sharing options...