How to install and configure java program objects
In this document , I will explain step by step procedure to deploy and configure java program objects in Business Objects environment. Following are the steps to publish java program object to CMC:
- Log On to Central Management Console (CMC)
- Go to Public Folders & navigate to the folder where you want to host this utility
- Right-Click on the folder and select ‘Add a Program’
- Select the Program type as Java, browse the jar file for the utility & click Ok
- Now the program Object is published successfully to CMC.
- Right-Click on the program Object and select Properties
- Go to Default Settings & select Program Parameters in the left window pane
- Class to run option is mandatory for any program object for execution
- Arguments option to specify input values required by the program to execute e.g. path to cache directory, path for excel output
- Classpath option to specify path for external jar files used by your program during run time e.g. path of the excel API jar files that are required by a program to generate excel output
- Once the above options are specified, Click Save & Close
- After successful completion of the above steps, program objects are ready to be run/scheduled
Be the first to leave a comment
You must be Logged on to comment or reply to a post.