How Do I: Start Using a Packaged Control?

You can add packaged controls you receive to your applications. A packaged control will come in a JAR or ZIP file, and may be included with other controls.

The control you want to use may have come with an installer program. If so, the JAR containing the control should be in the following location:

BEA_HOME/ext_components/<control_provider_name>/controls/<controlJar.jar>

There may also be a Help folder containing documentation, along with other folders created by the control provider's installer.

To Add a Packaged Control to an Application

  1. In your WebLogic Workshop application, right-click the Libraries folder, then click Add Library.
  2. In the Add Library dialog, browse to the folder the contains the control JAR with the control you want to add.
  3. Click the control JAR file, then click Open.
  4. If you are prompted to add the control's documentation:
  5. The control you added should be available from WebLogic Workshop menus.

Related Topics

Working with Java Controls