Main Content

MATLABRuntimePath Settings for Development and Testing

Path forJavaDevelopment on All Platforms

There are additional requirements when programming in the Java®programming language. For more information seeConfigure Your Java Environment for Generating Packages.

Path Modifications Required for Accessibility

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.dllmatlabroot\sys\java\jre\arch\jre\bin\WindowsAccessBridge.dll
You may not be able to use such technologies without doing so.

WindowsSettings for Development and Testing

When programming with compiled MATLAB®code, add the following folder to your system路径environment variable:

matlabroot\runtime\win32|win64

LinuxSettings for Development and Testing

Add the following platform-specific folders to your dynamic library path.

Note

For readability, the following commands appear on separate lines, but you must enter eachsetenvcommand on one line.

setenv LD_LIBRARY_PATHmatlabroot/runtime/glnxa64:matlabroot/bin/glnxa64:matlabroot/sys/os/glnxa64:matlabroot/sys/opengl/lib/glnxa64

OS X Settings for Development and Testing

Add the following platform-specific folders to your dynamic library path.

Note

For readability, the following commands appear on separate lines, but you must enter eachsetenvcommand on one line.

setenv DYLD_LIBRARY_PATHmatlabroot/runtime/maci64:matlabroot/bin/maci64:matlabroot/sys/os/maci64: