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

REPORTS_CLASSPATH environment variable

This environment variable specifies the list of jar files and directories for the Java Virtual Machine (JVM) when started by the Oracle Reports executables. You would typically add to this list when you need to include your own classes when designing reports (for example, when adding additional pluggable data sources (PDSs) or using the PL/SQL to Java bridge).

Valid Values

The default values are mandatory. If any of the entries are removed, the Oracle Reports executables may not behave correctly. Any additional user-defined directory or jar file that contains Java Classes may be appended to the path.

Default

%ORACLE_HOME%/reports/jlib\rwbuilder.jar;%ORACLE_HOME%/reports/jlib\rwrun.jar;%ORACLE_HOME%\jlib\zrclient.jar;%ORACLE_HOME%\j2ee\home\oc4j.jar;%ORACLE_HOME%\j2ee\home\lib\ojsp.jar


U
sage notes

Example

REPORTS_CLASSPATH=%ORACLE_HOME%/reports/jlib\rwbuilder.jar; 
%ORACLE_HOME%/reports/jlib\rwrun.jar;%ORACLE_HOME%\jlib\zrclient.jar;%ORACLE_HOME%\j2ee\home\oc4j.jar;%ORACLE_HOME%\j2ee\home\lib\ojsp.jar

See also

Environment variables