Funny Nublet Posted September 25, 2014 Posted September 25, 2014 Lets say I wan't to use this bot which apperantly uses Java 7, but I also want to use another bot which uses Java 8, is it possible to run both at the same time? (this is on a vps) tyyy
Xerion Posted September 25, 2014 Posted September 25, 2014 Lets say I wan't to use this bot which apperantly uses Java 7, but I also want to use another bot which uses Java 8, is it possible to run both at the same time? (this is on a vps) tyyy I believe that you can now use java 8 to run this bot.
The Hero of Time Posted September 25, 2014 Posted September 25, 2014 I believe that you can now use java 8 to run this bot. ^ this, but there are some guides, cant seem to find them anywhere though, sorry, i tried =/
Seks Posted September 25, 2014 Posted September 25, 2014 I believe that you can now use java 8 to run this bot.
adc Posted September 25, 2014 Posted September 25, 2014 Make a new text (.txt) file and paste this into it: cd C:\Program Files\Java\jre7\bin java -jar C:\Users\YOUR_NAME_HERE\OSBOT_FILE_LOCATION\osbot.jar and save the file as a .bat file It's possible the version of java you want is in a different location, so if the cmd window that pops up says something about being able to find the program, make sure that the first line directs to your java bin folder and that the second line directs to the osbot jar. Also ensure that you use the EXACT name of your osbot jar (i.e. if it is named oSbOt_1_2_3.jar, rename the jar file or use exactly that name in the .bat file. Also, you can run osbot with java 8, so there's really no need for this. 1
Eliot Posted September 26, 2014 Posted September 26, 2014 OSBot fully supports Java 8, you don't have to do anything special.