Return Java class path or specify dynamic path
javaclasspath('-dynamic')
displays the
dynamic path.
javaclasspath('-static')
displays the static
path.
returns
the static path, spath
= javaclasspath('-static')spath
.
returns
the entire path, jpath
= javaclasspath('-all')jpath
. The returned cell array
contains first the static segment of the path, and then the dynamic
segment.
javaclasspath(
changes
the dynamic path to dpath
)dpath
. Use this syntax to
reload Java classes you are actively developing and debugging.
javaclasspath(
changes
the dynamic path to the concatenation of paths dpath1,dpath2
)dpath1,dpath2
.