Loading BC4J Runtime Libraries to an Application Server

The following is a list of Business Components for Java (BC4J) runtime libraries which must exist on your application server before you deploy any Business Components for Java (BC4J) applications.

If you are not using the OC4J bc4j2oc4j.bat script or WebLogic startup script to automatically load the necessary BC4J libraries from your classpath to your application server, you'll need to load these libraries manually as instructed below.

Notes:

BC4J Runtime Libraries

In <jdev_install>/bc4j/lib, copy the BC4J runtime libraries to the application server's /lib directory:

UIX and JDeveloper Runtime Libraries

For UIX component support and JDeveloper runtime support, copy these files in <jdev_install>/jlib to your application server's /lib directory:

Also, for UIX support, copy this file in <jdev_install>/Bc4j/redist to your application server's /lib directory. In the case where you are deploying to a Tomcat server, copy this file to the <Tomcat_install>/webapps directory.

JDBC Database and Character Conversion Libraries

For JDBC database retrieval and character conversion, copy these files in <jdev_install>/jdbc/lib to your application server's /lib directory:

interMedia Text Libraries

For interMedia Text support, copy these files in <jdev_install>/ord/jlib to your application server's /lib directory. interMedia Text is an Oracle9i feature for storing, retrieving, and manipulating audio, document, image, and video data in an Oracle database.

Runtime Support Libraries

For runtime support, copy this file in <jdev_install>/sqlj/lib to your application server's /lib directory.

Also, copy this file in jdev_install>/jdev/lib to your application server's /lib directory.

XML Support Library

For XML support, copy this file in <jdev_install>/lib to your application server's /lib directory.

Client Data Model

For client data model support, copy this file in <jdev_install>/bc4j/lib to the application server's /lib directory.

(Optional) BC4J Web Applications

For BC4J web application image and cascading style sheet support, copy this file in the <jdev_install>/Bc4j/redist to your application server's /lib directory. In the case where you are deploying to a Tomcat server, copy this file to the <Tomcat_install>//webapps directory.

See also: When deploying BC4J web applications, continue with the manual installation process in Copying BC4J Runtime Libraries to OC4J for Web Application Deployment to add the BC4J web dependencies to your web application's WAR file.


Related topics

Ways to Deploy Business Components for Java (BC4J)