Potenti Posted March 11, 2020 Share Posted March 11, 2020 Downloaded OSbot for the first time again, since 3 years and I can´t seem to get it started. I´ve downloaded the latest JDK version and followed every step as described in the link provided by the error: Any suggestions? Thanks Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 11, 2020 Share Posted March 11, 2020 @Potenti You need java 8. If you did already download and install java 8 then you need to make a environmental path to the java 8 folder. Quote Link to comment Share on other sites More sharing options...
Potenti Posted March 11, 2020 Author Share Posted March 11, 2020 you need to make a environmental path to the java 8 folder and how is that done? I've created the .bat file Quote Link to comment Share on other sites More sharing options...
huffwin Posted March 11, 2020 Share Posted March 11, 2020 @Explv did a great job check this thread out. Quote Link to comment Share on other sites More sharing options...
Naked Posted March 11, 2020 Share Posted March 11, 2020 If you're wanting the easiest/quickest solution, just uninstall Java 13. Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 11, 2020 Share Posted March 11, 2020 @PotentiYou can do what Naked said. Idk why nobody knows how to use google but here you go 0:50 to 2:06 https://www.youtube.com/watch?v=ht49v0UXqds Quote Link to comment Share on other sites More sharing options...
brookpc Posted March 13, 2020 Share Posted March 13, 2020 (edited) You can run multiple versions of Java on a single machine very easily. Step 1. Download Java Runtime Environment 8* (This works for using any version of java.) https://www.oracle.com/java/technologies/javase-jre8-downloads.html (Oracle will require a registration now-a-days, as an official distributor of JRE/JDK/etc you can trust Oracle.) Step 2. Install Java 8 using the default settings for all installation instructions. (Note: Remember where your default file path when you install it. By default, it should be within your program files on your main drive.) Step 3. Move your OSBot jar executable into a folder, then open the folder. Step 4. Right click in the white space within the folder, towards the bottom of the drop down menu select, New > Text Document. Once this is done, save and name the file, "Run", DO NOT CLOSE IT. Step 5. Open windows file explorer and go-to your local disc drive (Usually labeled "Local Disk(C:)" Step 6. Open your program files folder and go to your Java folder (will be (x86) or not depending on your type of install being 32 or 64 bit) Step 7. Inside your Java folder, open up the folder for the version of Java you want to use and then open the folder labeled "bin". Step 8. Inside the bin folder, right click the **application** named **"Java"** and select properties from the drop down menu. (Be aware of files with similar names.) Step 9a. copy and paste the file path from the details reached through step 8 into the text document we created before for later. Step 9b. copy and paste the following into the text document, replace "C:\FILEPATH\" with your own file path for Java executable. (Remember to re-name osbot.jar to your jar filename as well.) "C:\FILEPATH\" -jar "osbot.jar" pause Step 10. SAVE THE FILE AS, from here select "All file types" and name the file, "run.bat" Example: "C:\Program Files\Java\jre1.8.0_241\bin\java.exe" -jar "osbotlatest.jar" pause For anybody curious, the pause is simply there to keep the console open while the JRE is in execution. Makes me feel warm and snugly, not needed. This could/should fix your issue. Edited March 13, 2020 by brookpc Quote Link to comment Share on other sites More sharing options...