Viewing information about installed classes and JARs

To view information about classes and JARs installed in the database, use sp_helpjava. The syntax is:

sp_helpjava [‘class’ [, name [, 'detail' | , 'depends' ]] |
	‘jar’ [, name [, 'depends' ] ]]

For example, to view detailed information about the Address class, including the version number, log in to isql and enter:

sp_helpjava ’class’, Address, detail

See “sp_helpjava” in the Reference Manual for more information.