Loading BC4J Runtime Libraries to WebLogic

You can use JDeveloper's integrated development environment to create your generic J2EE JSPs and servlets as well as Business Components for Java (BC4J) web applications. JDeveloper supports automatic deployment of your web applications to Oracle Application Server Containers for J2EE (OC4J). You can use the WebLogic Server Console to deploy the generated WAR or EAR files to the BEA WebLogic application server.

If you are not using a WebLogic startup script to load the necessary BC4J libraries from your classpath, you'll need to load these libraries manually as follows.

To load the BC4J runtime libraries to the WebLogic application server:

You must first copy the various JDeveloper runtime libraries, which are located in different JDeveloper directories, to the following BEA WebLogic installation library location in:

<BEA_install>/<wlserver>/lib

  1. Copy the BC4J runtime libraries.
  2. Copy the UIX and JDeveloper runtime libraries.
  3. Copy the JDBC database retrieval and character conversion libraries.
  4. Copy the interMedia Text libraries. interMedia Text is an Oracle9i feature for storing, retrieving, and manipulating audio, document, image, and video data in an Oracle database.
  5. Copy the runtime support libraries.
  6. Copy the XML support library.
  7. Copy the client data model support file.
  8. Copy the BC4J web application image and cascading style sheet support file.

Related topics

About Business Components for Java (BC4J) Deployment
Deploying a BC4J Web Application to WebLogic
Deploying a BC4J UIX Application
Deploying BC4J as an EJB Session Bean to WebLogic