Funny Nublet Posted September 25, 2014 Share 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 Link to comment Share on other sites More sharing options...
Xerion Posted September 25, 2014 Share 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. Link to comment Share on other sites More sharing options...
The Hero of Time Posted September 25, 2014 Share 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 =/ Link to comment Share on other sites More sharing options...
doodooswag45 Posted September 25, 2014 Share Posted September 25, 2014 It should Link to comment Share on other sites More sharing options...
Seks Posted September 25, 2014 Share Posted September 25, 2014 I believe that you can now use java 8 to run this bot. Link to comment Share on other sites More sharing options...
adc Posted September 25, 2014 Share 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 Link to comment Share on other sites More sharing options...
Eliot Posted September 26, 2014 Share Posted September 26, 2014 OSBot fully supports Java 8, you don't have to do anything special. Link to comment Share on other sites More sharing options...