iamjeff Posted March 5, 2019 Posted March 5, 2019 hey, I'm making a batch file to open osbot using Java 8 instead of 10 that I have installed. I found the correct path for my java 8 (its almost exactly the same as the help page suggests) but all that happens when I click on the batch file is it flashes on screen and then nothing else happens. This is what is currently in my batch file: Quote C:\Program Files\Java\jre1.8.0_161\bin\java.exe -jar "osbot.jar" I have tried changing "osbot.jar" to "osbot 2.5.41.jar" but it kept doing the same thing. I'd appreciate any and all help, thanks!
Vilius Posted March 5, 2019 Posted March 5, 2019 Your batch file and osbot jar must be in the same folder aswell as osbots jar name must match to the file. Else use direct path to osbot.jar 1