Add entries to dynamic Java class path
javaaddpath(
adds
one or more folders or Java® Archive (JAR) files to the beginning
of the current dynamic class path. Use the dynamic path when developing
and debugging your own Java classes.dpath
)
The javaaddpath
command
clears the definitions of all Java classes defined by files on
the dynamic class path.
MATLAB does not support JAR files generated by the MATLAB Compiler SDK™ product.
Use the
dynamic path while you develop your own Java classes. After you
develop and debug a Java class, add the class to the static path.
For more information, see javaclasspath
.
To add folders to the static path, which MATLAB loads
at startup, create a javaclasspath.txt
file, as
described in Static Path.
If javaaddpath
displays the message Not clearing
Java
, the dynamic path is updated, but you might need to type
clear java
so that MATLAB detects the new Java classes.