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

Importing a Java Class into PL/SQL

To import one or more Java classes into PL/SQL:

  1. Ensure that the classes you want to import are located in your CLASSPATH.

  2. Open the report or PL/SQL library where you want to place the generated PL/SQL packages.

  3. Choose Programright arrowImport Java Classes to display the Import Java Classes dialog box.

  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 box to specify import options.

  6. In the Import Java Classes dialog box, click Import to start the import process.

  7. When the import process is complete, click OK.

For an example on how to use the Java Importer, refer to the chapter titled "Building a Report with a Barcode JavaBean" in the Oracle Reports Building Reports manual, available on the Oracle Technology Network Oracle Reports Documentation page (http://www.oracle.com/technology/documentation/reports.html).

See also

About the Java Importer

Java Importer Limitations

Understanding the Generated PL/SQL

Programming with Generated PL/SQL Code