I am using a module that one of our developers had written. The module is a video player that streams video from AXIS IP camera. Running the module in designer works perfectly. But when I launch the client, it throws class not found an exception.
It seems like the designer is able to see the library, but the client is not able to see it.
Pssst! I am not a lawyer, but I hope you’ve purchased a commercial license from Caprica. VLC, VLCJ, and related public packages are GPL and therefore cannot be distributed in an Ignition module. (Nor would LGPL suffice, as it isn’t possible to comply with substitution requirements within a signed .modl file.) That’s why my Image Streamer module dynamically links to OpenCV/ffmpeg libraries installed by the end user.
I would guess that saag-impl is missing a dependency that IA happened to need for the Designer UI, but didn’t need in the Client. Since javax.xml and friends got booted from the JRE for java 11, you have to find and figure this out manually.