I am getting this error when I deploy saxon-node to another server...
[2015-09-21 16:36:53.088] [TRACE] default - Creating saxon processor
Unable to load
libsaxon.dll doesn't contain public JNI_GetDefaultJavaVMInitArgs
I thought libsaxon.dll was compiled and bundled into saxonXslt.node, so I'm not sure why it would be behaving differently with this dll on a different environment.
Also note that getting this error completely crashes node... Even when wrapping all of the saxon-node logic in a try/catch, node just crashes.