someper 0 Share Posted June 15, 2019 I've tried looking at past examples of similar problems, and nothing has seemed to work so far. My .jar file is in the scripts folder, but nothing is showing on my local scrips on the dreambot launcher. No idea why Link to comment Share on other sites More sharing options...
Milasoft 202 Share Posted June 15, 2019 Did you put a ScriptManifest in your main class? Link to comment Share on other sites More sharing options...
someper 0 Author Share Posted June 15, 2019 I do. I copied most of the code from a tutorial so it's been pasted in. Here's my code below. I'm not sure what value to put for version since the API is a bit vague on it. https://paste.ofcode.org/DfXsLKEfq9uv835hALZNgh Link to comment Share on other sites More sharing options...
Milasoft 202 Share Posted June 15, 2019 The version number doesn't really matter. Did you hit refresh on the local scripts? If you did and it's still not showing up, recheck that you are building the jar correctly. Link to comment Share on other sites More sharing options...
someper 0 Author Share Posted June 15, 2019 I did hit refresh. I've been using Eclipse and I build the jar using file, export, and then jar file under java. Link to comment Share on other sites More sharing options...
Milasoft 202 Share Posted June 15, 2019 You have to click the export generated class files checkbox. Link to comment Share on other sites More sharing options...
someper 0 Author Share Posted June 15, 2019 Well that was an easy fix, cheers! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now