Study on macOS - Using 3rd Party Libraries

thecodingtrader

New member
Joined
Feb 16, 2025
Posts
1
Likes
0
Before I continue diving deeper into this one, I've created a Study for MotiveWave that fetches data from an external API and processes it using the Jackson library from FasterXML, to parse the JSON. This works great on the Windows version of MotiveWave, but I'm running into issues trying to run that same Study on the macOS version of MotiveWave. The logs are saying it's not able to load a class from the Jackson library, even though the class paths appear to be present in the JAR file being used.

Does anyone know if there is some inherent limitation into how the macOS version of MotiveWave is loading custom Studies that use 3rd party libraries that differs from how the Windows version does it?

Thanks!
Joey
 
Hi, I'm also on MacOS. I can try and help but I need more info. Good to see somebody else onhere :)
 
Top