# Created by Octave 3.2.4, Tue Nov 23 12:53:35 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 3
# name: <cell-element>
# type: string
# elements: 1
# length: 9
javaArray
# name: <cell-element>
# type: string
# elements: 1
# length: 551
 -- Function file: A = javaArray (CLASS,[M,N,...])
 -- Function file: A = javaArray (CLASS,M,N,...)
     Creates a Java array of size [M,N,...] with elements of class
     CLASS. CLASS can be a Java object representing a class or a string
     containing the fully qualified class name.

     The generated array is uninitialized, all elements are set to null
     if CLASS is a reference type, or to a default value (usually 0) if
     CLASS is a primitive type.

            a = javaArray ("java.lang.String", 2, 2);
            a(1,1) = "Hello";



# name: <cell-element>
# type: string
# elements: 1
# length: 35
Creates a Java array of size [M,N,.

# name: <cell-element>
# type: string
# elements: 1
# length: 11
javaaddpath
# name: <cell-element>
# type: string
# elements: 1
# length: 253
 -- Function file:  javaaddpath (PATH)
     Adds PATH to the dynamic class path of the Java virtual machine.
     PATH can be either a directory where .class files can be found, or
     a .jar file containing Java classes.


   See also: javaclasspath


# name: <cell-element>
# type: string
# elements: 1
# length: 64
Adds PATH to the dynamic class path of the Java virtual machine.

# name: <cell-element>
# type: string
# elements: 1
# length: 13
javaclasspath
# name: <cell-element>
# type: string
# elements: 1
# length: 264
 -- Function file: P = javaclasspath
     Returns the dynamic class path of the Java virtual machine in the
     form of a cell array of strings. If no output variable is given,
     the result is simply printed on the standard output.


   See also: javaaddpath


# name: <cell-element>
# type: string
# elements: 1
# length: 80
Returns the dynamic class path of the Java virtual machine in the form
of a cell

