Jump to content

Start Up Error


Recommended Posts

Posted (edited)

Most likely you're using Java 9 and OSBot only works with Java 8.

Open a terminal and type 

java -version

if it says something like 

java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)

You need to uninstall it and install java 8.

Alternatively you can point to java 8 directly (if you have several java version installed) when launching osbot from terminal

"C:\Program Files\Java\jre1.8.0_131\bin\java" -jar "osbot 2.4.147.jar"

 

Edited by nosepicker

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...