Viewing information about installed classes and JARs  Removing classes and JARs

Chapter 2: Preparing for and Maintaining Java in the Database

Downloading installed classes and JARs

You can download copies of Java classes installed on one database for use in other databases or applications.

Use the extractjava system utility to download a JAR file and its classes to a client operating system file. For example, to download addr.jar to ~/home/usera/jars/addrcopy.jar, enter:

extractjava –j ’addr.jar’ -f
 	‘~/home/usera/jars/addrcopy.jar' 

See the Utility Guide manual for more information.





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

View this book as PDF