To view information about classes and JARs installed in the database, use . The syntax is:
sp_helpjava [‘class’ [, name [, 'detail' | , 'depends' ]] | ‘jar’ [, name [, 'depends' ] ]]
To view detailed information about the Address class, for example, log in to isql and enter:
sp_helpjava “class”, Address, detail
See “sp_helpjava” in the Reference Manual for more information.