Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to find the library mclmcrrt712.dll, required by MATLAB Compiler SDK, on java.library.path
Install the MATLAB® Runtime or add it to the MATLAB path.
Failed to find the library <library_name>, required by MATLAB Compiler SDK, on java.library.path.
This error commonly occurs on Linux® or Mac systems if the LD_LIBRARY_PATH variable is not set.
LD_LIBRARY_PATH
See MATLAB Runtime Path Settings for Development and Testing and MATLAB Runtime Path Settings for Run-Time Deployment.
javac is not recognized as an internal or external command, operable program or batch file.
javac
This is a common error when the javac executable (javac.exe), installed with Java, is not on your system PATH.
javac.exe
PATH
Edit your system environment variables and add your Java installation folder to the PATH variable.