Missing Jsoup jar
Hi I have another question for Sean.
I am writing an extension that uses JSON and JSOUP. Both jars are in the jars directory for MD Windows but the jsoup-1.11.1.jar file is missing from my Mac implementation. I get a class not found on the Mac.
If I copy the jsoup jar from windows to OSx the extension works in the same way as Windows.
Is this by design or a mistake?
Both of my installations are 2017.7.1 (1671). My Windows machine is 8.1 and my Mac machine is Yosemite.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Sean Reilly on 14 Jun, 2018 10:44 AM
Hi Mike!
Moneydance doesn't use the JSOUP library, so you'll need to bundle the classes within it into the .mxt file for your extension.
If you're using ant, you can easily merge a .jar file into the mxt using something like the following:
Thanks!
Sean Reilly
Developer, The Infinite Kind
http://infinitekind.com
2 Posted by Mike Bray (Quot... on 14 Jun, 2018 11:50 AM
Thanks Sean
I must have copied the jar to the MD directory by mistake. I have done
what you suggested and it works fine on both machines.
Regards
Mike
Mike Bray (Quote Loader Author) closed this discussion on 14 Jun, 2018 01:54 PM.