There are additional requirements when programming in the Java® programming language. For more information see Configure Your Java Environment.
In order to use some screen-readers or assistive technologies, such as JAWS®, you must add the following DLLs to your Windows® path:
matlabroot\sys\java\jre\arch\jre\bin\JavaAccessBridge.dll matlabroot\sys\java\jre\arch\jre\bin\WindowsAccessBridge.dll
When programming with compiled MATLAB® code, add the following
folder to your system PATH
environment variable:
matlabroot\runtime\win32|win64
Add the following platform-specific folders to your dynamic library path.
For readability, the following commands appear on separate lines,
but you must enter each setenv
command on one line.
setenv LD_LIBRARY_PATH matlabroot/runtime/glnxa64: matlabroot/bin/glnxa64: matlabroot/sys/os/glnxa64: matlabroot/sys/opengl/lib/glnxa64
Add the following platform-specific folders to your dynamic library path.
For readability, the following commands appear on separate lines,
but you must enter each setenv
command on one line.
setenv DYLD_LIBRARY_PATH matlabroot/runtime/maci64: matlabroot/bin/maci64: matlabroot/sys/os/maci64: