Referencing other Java-SQL classes  Downloading installed classes and JARs

Chapter 2: Preparing for and Maintaining Java in the Database

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' ] ]]

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.





Copyright © 2005. Sybase Inc. All rights reserved. Downloading installed classes and JARs

View this book as PDF