Specifications

The JavaBeans API 347
MMJB.getClassesFromPackage()
Availability
Dreamweaver UltraDev 4
Description
Reads all the JavaBeans classes from the package.
Arguments
packageName.pathName
packageName.pathName
is the path to the package. It must be a Java .jar or .zip Java archive.
For example,
C:/jdbcdrivers/Una2000_Enterprise.zip.
Returns
A string array of class names inside the particular .jar or .zip Java file; an error returns an empty
array.
MMJB.getErrorMessage()
Availability
Dreamweaver UltraDev 4
Description
Gets the last error message from Dreamweaver that occurred while using the MMJB interface.
Arguments
None.
Returns
A string of the Dreamweaver message from the last error.