December 31, 20178 yr When you have a script created that is in .jar format you would add it to your script folder here C:\Users\YOURPCNAME\OSBot\Scripts, then open osbot and you should see the script there if you've set it up properly. Edit: little late on my post lol, but gl. Edited December 31, 20178 yr by DeadPk3r
December 31, 20178 yr If your files are .java, then they need to be compiled to .class. If your files are .class, then they need to be put into OSBot's script folder (C:/users/you/osbot/scripts). If you've compiled and packaged your script as a .jar, then that needs to go in there as well. Also, if you're using Eclipse, check this out:
September 22, 20205 yr I have it in Jar form in C:\Users\***\OSBot\Scripts. I was forced to update eclipse and had it working before hand. It no longer shows up in the scripts even though an executable jar file is in the scripts folder. So I deleted everything to do with eclipse and osbot then reinstalled it. I've followed the setting up eclipse and created a new project but it still doesn't work, any thoughts on what the problem is would be greatly appreciated.
September 22, 20205 yr 2 hours ago, Everonimo said: I have it in Jar form in C:\Users\***\OSBot\Scripts. I was forced to update eclipse and had it working before hand. It no longer shows up in the scripts even though an executable jar file is in the scripts folder. So I deleted everything to do with eclipse and osbot then reinstalled it. I've followed the setting up eclipse and created a new project but it still doesn't work, any thoughts on what the problem is would be greatly appreciated. Something in the code then. Make sure you have the script manifest and everything set to use java 8.
October 6, 20205 yr On 9/21/2020 at 10:14 PM, Gunman said: Something in the code then. Make sure you have the script manifest and everything set to use java 8. It wasn't the code it ended up being the java version. Not sure how it got switched up but that fixed it. Thank you.
Create an account or sign in to comment