furios Posted November 9, 2020 Share Posted November 9, 2020 (edited) Hello everyone, i'm trying to get my first script to show up in de script list. What i've currently checked: It has a manifest, the java version is 1.8 and it is in de C:\OSBot\scripts folder. What i think might be the culprit is that is listed as an executable jar file. Any help? Edited November 11, 2020 by furios Quote Link to comment Share on other sites More sharing options...
nocapture Posted October 1 Share Posted October 1 Same problem here UP Quote Link to comment Share on other sites More sharing options...
DCHILLING Posted October 1 Share Posted October 1 7 hours ago, nocapture said: Same problem here UP If you're on intellij: Under File -> Project Structure... -> Artifacts you need create a new empty jar by pressing the "+" button. Then add compile output to the jar by double clicking it under the available elements tab. Once it is added, in the output path give the osbot directory for scripts. After you apply the changes and exit the window, under Build -> Build artifacts... -> Build. After that the script should appear in osbot client. Quote Link to comment Share on other sites More sharing options...
nocapture Posted October 1 Share Posted October 1 So If I do This it will fixed that I can see my scripts in The osbot cliënt ? Quote Link to comment Share on other sites More sharing options...
DCHILLING Posted October 1 Share Posted October 1 4 hours ago, nocapture said: So If I do This it will fixed that I can see my scripts in The osbot cliënt ? You can see your scripts in your client if you have your scripts' .jar files in the scripts directory Quote Link to comment Share on other sites More sharing options...