May 2, 201510 yr http://puu.sh/hy7KB.png When you start an eclipse project it automatically makes src/bin folders and compiles into these. I was having troubles for about a week trying to figure it out but when i dragged the class files out of bin into scripts folder they loaded into the bot with no problems. I think it'd be a simple addition and would be beneficial. Can you please add/look into this.
May 2, 201510 yr what? you can setup eclipse to output the class files to whatever folder you want...
May 2, 201510 yr Can you please add/look into this. Java doesn't work like this... You need to configure the project properly elsewhere and then when you compile an artifact/module/jar set its output to the script file.
May 2, 201510 yr This is an IDE configuration issue, and has nothing to do with OSBot. You should look in to changing your compile output path, or build a jar file. Edited May 2, 201510 yr by Mysteryy