I compiled my MATLAB code that uses "xmlwrite" into a Java package. It works fine in MATLAB and has worked as a compiled Java package with MCR up until R2018b, when it now exits with the following error. How can I fix this?
To view the installed documentation
In R2018b, the version of the SAXON library that xmlwrite uses was changed. It is possible that the thread that executes xmlwrite did not load the new version of SAXON at startup and hence the null pointer exception. To resolve this issue, enforce that MCR load the...