REPORTS_CLASSPATH
environment variableThis 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 |
|
The default value for the environment variable is required for Oracle Reports
executables to function correctly. Additional user classes may be appended,
but the list must conform to the platform-specific Java CLASSPATH
definition.
Reports Builder will fail if the value of the REPORTS_CLASSPATH
environment variable (registry) exceeds 511 characters. To work around this
issue, you can use the CLASSPATH
environment variable (system) to specify a value in excess of 511 characters.
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
Copyright © 1984, 2005, Oracle. All rights reserved.