Bloodycub Posted July 18, 2016 Share Posted July 18, 2016 (edited) Getting errorERROR][bot #1][07/18 07:52:52 PM]: Error in bot executor!java.lang.NoClassDefFoundError: Could not initialize class org.osbot.aux at org.osbot.rs07.api.Walking.webWalk(pl:67) at scripts.Chicken.BankStuff(Chicken.java:26) at scripts.Chicken.onLoop(Chicken.java:19) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(kn:194) at java.lang.Thread.run(Unknown Source)script public Area LBBANKAREA = new Area(new Position(3207,3220,2),new Position(3210,3217,2)); private void BankStuff() throws InterruptedException { getWalking().webWalk(LBBANKAREA);}using 2,4,75 osbot.jar (eclipse) Edited July 18, 2016 by Bloodycub Quote Link to comment Share on other sites More sharing options...
GaetanoH Posted July 18, 2016 Share Posted July 18, 2016 Post all your code please! Quote Link to comment Share on other sites More sharing options...
Bloodycub Posted July 18, 2016 Author Share Posted July 18, 2016 thats pretty much all my code just started making script Quote Link to comment Share on other sites More sharing options...
FrostBug Posted July 19, 2016 Share Posted July 19, 2016 Ensure that you're compiling it with the same version of the osbot client that you're using to test it Quote Link to comment Share on other sites More sharing options...