Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>Just found this in the MATLAB docs:</em></p> <p><strong>Specifying the Search Path for Sun Java Native Method DLLs</strong></p> <p>The mechanism that MATLAB uses to locate native method libraries that are required by Java has changed. MATLAB no longer uses system environment variables to define the paths to these libraries.</p> <p><strong>Compatibility Considerations</strong></p> <p>If you presently rely on the PATH (for Windows) or LD_LIBRARY_PATH (for UNIX) environment variables for this purpose, you will need to use the file librarypath.txt, as described below, in its place.</p> <p><strong>Specifying the Java Library Path</strong></p> <p>Java classes can dynamically load native methods using the Java method java.lang.System.loadLibrary("LibFile"). In order for the JVM software to locate the specified library file, the directory containing it must be on the Java Library Path. This path is established when MATLAB launches the JVM software at startup, and is based on the contents of the file</p> <p>$matlab/toolbox/local/librarypath.txt</p> <p>(where $matlab is the MATLAB root directory represented by the MATLAB keyword matlabroot).</p> <p>You can augment the search path for native method libraries by editing the librarypath.txt file. Follow these guidelines when editing this file:</p> <ul> <li>Specify each new directory on a line by itself.</li> <li>Specify only the directory names, not the names of the DLL files. The LoadLibrary call does this for you.</li> <li>To simplify the specification of directories in cross-platform environments, you can use any of these macros: $matlabroot, $arch, and $jre_home.</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload