You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applications generated with MATLAB Compiler or MATLAB Compiler SDK use the system library path to locate the MATLAB Runtime libraries.
However, the current setup-matlab action only adds MATLAB and matlab-batch directories to the system path. This means that even if users install products like MATLAB Compiler using setup-matlab, they must manually add the runtime folders to the system library path to ensure proper functionality.
Applications generated with MATLAB Compiler or MATLAB Compiler SDK use the system library path to locate the MATLAB Runtime libraries.
However, the current
setup-matlab
action only addsMATLAB
andmatlab-batch
directories to the system path. This means that even if users install products like MATLAB Compiler usingsetup-matlab
, they must manually add the runtime folders to the system library path to ensure proper functionality.More detailed information on configuring library path environment variables and locating runtime folders is here: mcr-path-settings-for-run-time-deployment.
An example workflow illustrating this issue, along with a workaround for handling missing runtime libraries, can be found here: Missing DLL files.
The text was updated successfully, but these errors were encountered: