Importing the Reporting and Analysis and EPM Workspace SDK Package

Import statements enable the Java compiler to find all class definitions referenced by a program. To access the classes and methods provided by the Reporting and Analysis and EPM Workspace SDK package, include this statement in the source code for your Java program:

import com.sqribe.rm.*; 

This statement defines each of the interfaces and their implementations that your program uses during the course of its execution. All classes and interfaces in this package are bundled in <EPM_ORACLE_HOME>/common/raframeworkrt/11.1.2.0/lib/rmapi.jar file. This .jar file has dependencies on several other .jar files as specified in <MIDDLEWARE_HOME>/user_projects/epmsystem1/bin/ReportingAnalysis/SDK/set_sdk_env.bat(.sh) file. See How to Use the API Sample Programs..