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


java.lang.NoClassDefFoundError: Could not initialize class examples.ExamplesMCRFactory
could you explain why this happened?
harushard,
It is your java code problem. Check it and see java example code of Matlab help.