Precise Posted March 11, 2015 Posted March 11, 2015 When running Osbot using this code: "C:\Program Files (x86)\Java\jre1.8.0_40\bin\java.exe" -cp "C:\path_to_your_osbot.jar"; org.osbot.BotApplication (obviously i have edited my path to osbot etc xD) I get this error: OSBot version: 2.3.41 I have both 32bit and 64bit installed as i need 32bit for mirroring and 64bit for eclipse otherwise it fails to load xD need anymore details? let me know ^_^ hope you guys can help me ^_^
Preliator Posted March 11, 2015 Posted March 11, 2015 You should use org.osbot.Boot as your main class, or simply run "C:\Program Files (x86)\Java\jre1.8.0_40\bin\java.exe" -jar "C:\path_to_your_osbot.jar" I imagine you need multiple arguments for the proxy etc if you want to run org.osbot.BotApplication directly and skip the boot GUI (if possible).
Precise Posted March 11, 2015 Author Posted March 11, 2015 You should use org.osbot.Boot as your main class, or simply run "C:\Program Files (x86)\Java\jre1.8.0_40\bin\java.exe" -jar "C:\path_to_your_osbot.jar" I imagine you need multiple arguments for the proxy etc if you want to run org.osbot.BotApplication directly and skip the boot GUI (if possible). already tried this and it didnt work, thanks though! ^_^
Developer MGI Posted March 11, 2015 Developer Posted March 11, 2015 When running Osbot using this code: "C:\Program Files (x86)\Java\jre1.8.0_40\bin\java.exe" -cp "C:\path_to_your_osbot.jar"; org.osbot.BotApplication (obviously i have edited my path to osbot etc xD) I get this error: OSBot version: 2.3.41 I have both 32bit and 64bit installed as i need 32bit for mirroring and 64bit for eclipse otherwise it fails to load xD need anymore details? let me know hope you guys can help me "org.osbot.BotApplication m"
Precise Posted March 11, 2015 Author Posted March 11, 2015 "org.osbot.BotApplication m" Worked! thanks ^_^ Can be closed now ^_^