beaver_fever Posted March 8, 2020 Share Posted March 8, 2020 Ive only just started trying to write scritps and wrote a basic fisher/cooker and now I'm tryna combine them. Everything was going find until suddenly the script stopped updating when I made changes and re-imported. I'm brand new to java/eclipse, but not to programming in general. I'm not sure why it's not updating. I know its not updating because at the end of my onLoop I had a log("onLoop run"); and I changed it to log("onLoop run successfully)"; but nothing has changed: Heres my OSBot scripts folder And heres my script selector I'm compiling the script as described in Apaecs tutorial: Quote As learned in the 'language basics' section, we must compile scripts before running them. Here's how: Open the export interface by right clicking the project: https://i.imgur.com/0YstWrN.png Select JAR file, then press next: https://i.imgur.com/PabvBaf.png Save to your OSBot scripts folder: https://i.imgur.com/qomCpGr.png Done! Any ideas? Quote Link to comment Share on other sites More sharing options...
Sib Posted March 8, 2020 Share Posted March 8, 2020 Make sure you refresh everytime you compile the script Quote Link to comment Share on other sites More sharing options...
beaver_fever Posted March 8, 2020 Author Share Posted March 8, 2020 1 minute ago, sibbernski said: Make sure you refresh everytime you compile the script I've been refreshing but its just suddenly out of sync. I dont really know whats happened Quote Link to comment Share on other sites More sharing options...
beaver_fever Posted March 8, 2020 Author Share Posted March 8, 2020 9 minutes ago, sibbernski said: Make sure you refresh everytime you compile the script I just moved all the scripts out and the scripts that were loaded in went away. When I moved them back I was still missing the BarbFishCooker script in the script selector. Any clue what this means? Quote Link to comment Share on other sites More sharing options...
beaver_fever Posted March 8, 2020 Author Share Posted March 8, 2020 Ok it just started working but I'm not sure how I got it working Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted March 8, 2020 Share Posted March 8, 2020 You might have accidentally exported conflicting jar files. Quote Link to comment Share on other sites More sharing options...