12we12qw12 Posted May 5, 2019 Posted May 5, 2019 I am new to scripting having troubles getting my script sent to my OsBot application. IntelliJ is sending the script to C:\Users\Me\OSBot\Scripts but this is not showing up on the OsBot application. Yes I have tried refreshing. Any feedback would be very helpful. ty
EsotericRS Posted May 6, 2019 Posted May 6, 2019 Not sure if you fixed this yet, could you post an image of your Project Structure. Â For example, mine looks like.
Displayname1234 Posted January 11, 2020 Posted January 11, 2020 I had same problem till I installed Java 8, and made sure the project had Java 8 JRE, then it showed up
Medusa Posted January 11, 2020 Posted January 11, 2020 14 minutes ago, Displayname1234 said: I had same problem till I installed Java 8, and made sure the project had Java 8 JRE, then it showed up I feel like this is gravedigging my dude And now I'm doing it too :(((
theanimals Posted January 12, 2020 Posted January 12, 2020 (edited) Make sure your output directory is the osbot scripts folder and when you click [file -> new -> project] top left it should say Project SDK: 1.8 (java version "") and if not click [New...] and select the jdk 1.8 folder If that still doesn't work: after building (ctrl+F9) you should see a .jar in your scripts folder, when starting osbot it will give you errors in the logger, paste those here if you can't solve them (it should say something like failed to load 'scriptname') Edited January 12, 2020 by theanimals