ovjrepath.ovpl — script to determine the version of JDK to use
ovjrepath.ovpl
is a command used by scripts to determine the version of the JDK to use.
Given multiple products being installed on the system, there can be multiple JDK versions installed.
These versions are not guaranteed to be compatible with Network Node Manager (NNM).
This script encapsulates this problem by ensuring the correct JDK is being used.
NOTE: NNM replaces JDKs from time to time. This script enables other scripts to use the new JDK without being changed.
On Windows with the installation in the directory C:\Program Files\HP OpenView
,
running C:\Program Files\HP OpenView\bin\ovjrepath.ovpl
returns the following:
C:/Program Files/HP OpenView/nonOV/jdk/b
This enables scripts that others are writing to use the correct JDK.