before Posted July 23, 2014 Posted July 23, 2014 Step 1. Create a new text file. In the text file add these two lines: This code here can vary...
udidoo Posted July 23, 2014 Posted July 23, 2014 Finally figured it out on my own. I renamed the bot to "osbot.jar", so in the cmd line I had to actually put "osbot.jar.jar"
SpeedingGnome Posted July 23, 2014 Posted July 23, 2014 sorry to sound like a complete novice, i am but thats beside the point.. how do i create a new text file?
Cinnamon Posted July 23, 2014 Posted July 23, 2014 sorry to sound like a complete novice, i am but thats beside the point.. how do i create a new text file? Start > Programs > Accessories > Notepad I believe. 1
SpeedingGnome Posted July 24, 2014 Posted July 24, 2014 (edited) i feel like a fool, however, im having the problem where my cmd (idk what that is) open up for a split second then closes, what i have in my note pad is: cd C:\Program Files (x86)\Java\jre7\bin java -jar C:\Users\Danny XD\Desktop\OSBot.jar whats going wrong? Edited July 24, 2014 by SpeedingGnome
Mikasa Posted July 24, 2014 Posted July 24, 2014 i feel like a fool, however, im having the problem where my cmd (idk what that is) open up for a split second then closes, what i have in my note pad is: cd C:\Program Files (x86)\Java\jre7\bin java -jar C:\Users\Danny XD\Desktop\OSBot.jar whats going wrong? 1) Be sure your Java is indeed located in your c drive, under program files (x86) 2) Be sure your osbot jar is called "OSBot" as you have it defined as in the 2nd line, since it'll only run the file that the name matches with.
redZOMBIE Posted July 25, 2014 Posted July 25, 2014 (edited) I do all this and get the original error edit reboot worked ....nope broke again Edited July 25, 2014 by redZOMBIE
bottingbackup Posted August 4, 2014 Posted August 4, 2014 I do all this and get the original error edit reboot worked ....nope broke again You may need to change which java bin you use such as: cd C:\Program Files\Java\jdk1.7.0_45\bin java -jar C:\Users\Andrew\Desktop\OSBot.jar Also be sure "OSBot.jar" matches what you have in your notepad and the actual name of your osbot.jar on your desktop.
killuminatic Posted August 9, 2014 Posted August 9, 2014 (edited) http://gyazo.com/e4dc80b34d2f91226c952a3b3c121284 This is what is happening for me, helppppp Edit: Got it working, i forgot to add cd in the first line Edited August 9, 2014 by killuminatic
iicommander2 Posted August 16, 2014 Posted August 16, 2014 Video tutorial please? major fucking confused here lol I know nothing about this 1
Can Open Her Posted August 19, 2014 Posted August 19, 2014 I don't know how to create a new text file... All my text files open word
Can Open Her Posted August 19, 2014 Posted August 19, 2014 I have created the file and have launched it but all that happens is a little black screen pops up for half a second and goes away. Nothing is really launched. Can anyone help?
Anaesthetic Posted August 20, 2014 Posted August 20, 2014 what about for Mac, need help! Look it up on google, how to run a JAR using Terminal with Java 8 and Java 7 installed
Ricky Posted August 20, 2014 Posted August 20, 2014 Protip: If the cmd annoys you, type 'javaw' instead of 'java'