Jump to content

Running OSBot with 32bit Java Issue with command prompt.


Precise

Recommended Posts

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: 

 

09ab410063.png

 

 

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 ^_^

 

Link to comment
Share on other sites

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! ^_^

Link to comment
Share on other sites

  • Developer

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: 

 

09ab410063.png

 

 

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 happy.png

 

hope you guys can help me happy.png

 

"org.osbot.BotApplication m"

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...