MATLAB Runtime Path Settings for Development and Testing

Path for Java Development on All Platforms

There are additional requirements when programming in the Java® programming language. For more information see Configure Your Java Environment.

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

Windows Settings for Development and Testing

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

matlabroot\runtime\win32|win64

Linux 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 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

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 each setenv command on one line.

setenv DYLD_LIBRARY_PATH 
   matlabroot/runtime/maci64: 
   matlabroot/bin/maci64: 
   matlabroot/sys/os/maci64:  
Was this topic helpful?