If you want deploy Matlab java app to Tomcat.
Follow the steps below:
1. Install JAVA Runtime Environment.
2. Install Matlab MCR.
3. Install Tomcat app server.
When the error message is "java.lang.UnsatisfiedLinkError: Failed to find the library mclmcrrt710.dll, required by MATLAB Builder JA, on java.library.path". Adding path setting below in Tomcat config file.
-Djava.library.path = %Matlab_MCR_DIR%\MATLAB Compiler Runtime\v710\runtime\win64


