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.