comparison scripts/java/javaclasspath.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 93805f9256a9 446c46af4b42
children 9fc020886ae9
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
21 ## @deftypefn {Function File} {} javaclasspath () 21 ## @deftypefn {Function File} {} javaclasspath ()
22 ## @deftypefnx {Function File} {@var{dpath} =} javaclasspath () 22 ## @deftypefnx {Function File} {@var{dpath} =} javaclasspath ()
23 ## @deftypefnx {Function File} {[@var{dpath}, @var{spath}] =} javaclasspath () 23 ## @deftypefnx {Function File} {[@var{dpath}, @var{spath}] =} javaclasspath ()
24 ## @deftypefnx {Function File} {@var{clspath} =} javaclasspath (@var{what}) 24 ## @deftypefnx {Function File} {@var{clspath} =} javaclasspath (@var{what})
25 ## Return the class path of the Java virtual machine in the form of a cell 25 ## Return the class path of the Java virtual machine in the form of a cell
26 ## array of strings. 26 ## array of strings.
27 ## 27 ##
28 ## If called with no inputs: 28 ## If called with no inputs:
29 ## 29 ##
30 ## @itemize 30 ## @itemize
31 ## @item If no output is requested, the dynamic and static classpaths are printed 31 ## @item If no output is requested, the dynamic and static classpaths are printed
32 ## to the standard output. 32 ## to the standard output.
33 ## 33 ##
34 ## @item If one output value @var{dpath} is requested, the result is 34 ## @item If one output value @var{dpath} is requested, the result is
35 ## the dynamic classpath. 35 ## the dynamic classpath.
36 ## 36 ##
37 ## @item If two output values@var{dpath} and @var{spath} are 37 ## @item If two output values@var{dpath} and @var{spath} are
38 ## requested, the first variable will contain the dynamic classpath and 38 ## requested, the first variable will contain the dynamic classpath and
39 ## the second will be contain the static classpath. 39 ## the second will be contain the static classpath.
40 ## @end itemize 40 ## @end itemize
41 ## 41 ##
42 ## If called with a single input parameter @var{what}: 42 ## If called with a single input parameter @var{what}:
43 ## 43 ##
44 ## @table @asis 44 ## @table @asis
45 ## @item @qcode{"-dynamic"} 45 ## @item @qcode{"-dynamic"}
46 ## Return the dynamic classpath. 46 ## Return the dynamic classpath.