Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question External dependencies

Joined
Mar 29, 2016
Messages
54
I'm trying to use Jackson (java json library) in my bot.

It works great when debbuging because I have the jar in my working directory.

The problem is that its not being exported so the module will be missing in the end user.

How do I export the module/library?
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,211
I'm trying to use Jackson (java json library) in my bot.

It works great when debbuging because I have the jar in my working directory.

The problem is that its not being exported so the module will be missing in the end user.

How do I export the module/library?
I don't think @Cloud will allow that as he has to read every single line of code from the used external library.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,121
Use a minimal JSON parser and include it in your repository. Jackson is likely overkill for what you're trying to do.
 
Top