So I'm pretty new on the scene. A week or so ago I followed a tutorial, wrote my own script in Eclipse, exported it to a .jar file, stored it in the Scripts folder of OSBot. Everything is fine, it appears on the list in the OSBot client and I can run it.
Today I wrote a new script in a new java project, exported it the same way, stored it in the same folder, and nothing. For the life of me I can't get it to appear in the OSBot client script list. The first script is still there and can still run, but I can't make the new one appear. Any ideas what I'm missing?
Things I've tried:
-Making sure it's in the right folder
-Making sure it has the same libraries
-Making sure it's running on JavaSE-1.8
And lots of deleting/retrying. Thoughts?