Java CI code, access tools_rel dynamically
We are using a java CI, and have added pstools.properties to the CLASSPATH with a line for tools_rel=xx.yy.zz to override the version of the psjoa.jar file. We would like to be able to access the value of "tools_rel" from within the java program to change the value from what is in pstools.properties.
Does anyone know how tools_rel is stored in the running program? Is it a property? We tried dumping the env but do not see it as a variable...
Context: This program is connecting to two environments on demand, one at ver. 8.51.16, the other at 8.46.05. We are using the 8.51 psjoa.jar. Depending on how we set the value of tools_rel in pstools.properties, the connection is successful to either of the apps.
0