javaaddpath
Add entries to dynamic Java class path
Description
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.
Examples
Input Arguments
Limitations
MATLAB does not support JAR files generated by the MATLAB Compiler SDK™ product.
Tips
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 of Java Class Path.If
javaaddpath
displays the messageNot clearing Java
, the dynamic path is updated, but you might need to typeclear java
so that MATLAB detects the new Java classes.
Version History
Introduced before R2006a