A script-enabled browser is required for this page to function properly.

Importing a Java Class into PL/SQL

Follow these steps to import one or more Java class files:

To import Java classes into PL/SQL:

  1. Ensure that the classes you want to import are located on your CLASSPATH.
  2. In Forms Builder, open the module (Form module, PL/SQL library, or Menu module) where you want to place the generated PL/SQL packages.
  3. Choose Program | Import Java Classes... from the menu to display the Import Java Classes dialog box. About
  4. In the Select Java Classes area, select one or more Java class files.

    Note:

  5. Click Options... to open the Import Java Classes Options dialog to specify import options.
  6. Click Import in the Import Java Classes dialog to start the import process.
  7. When the import process is complete, click OK to dismiss the dialog.

Understanding the Generated PL/SQL

Programming with Generated PL/SQL Code