The jdk_path configuration parameter specifies the directory under which the IBM® Software Developer's Kit (SDK) for Java to be used for running DB2® administration server functions is installed. The environment variables used by the Java interpreter are computed from the value of this parameter.
The scheduler requires a Java virtual computer (JVM) in order to use the tools catalog database. It is necessary to have this setup before the scheduler can be successfully started.
There is no default value for this parameter when working with UNIX platforms. You should specify a value for this parameter when you install the IBM Software Developer's Kit (SDK) for Java.
db2 get admin cfg
db2 update admin cfg using jdk_path 'C:\Program Files\IBM\SQLLIB'This assumes that the DB2 database manager is installed under 'C:\Program Files\IBM\SQLLIB'.
db2 update admin cfg using jdk_path /usr/java130