Hi nandurisrinivas,
BSM 9.26 in fact supports
Client Requirements for Viewing BSM
Java Runtime Environment
- Version 7 update 80
- Version 8 update 51 (recommended)
Later updates to version 8.x, when released, will be supported, but may require a BSM patch.
BSM 9.26 IP1 / IP2 supports
Java Runtime Environment
- Version 7 update 80
- Version 8 update 66 (recommended)
Later updates to version 8.x, when released, will be supported, but may require a BSM patch.
1.Need to know which java version is supported by BSM 9.26 windows
see above
2.Need to know how can we determine which java version BSM 9.26 using currently?
You need to differntiate between the Java version you installed on a client system to view BSM, and the Java version used by BSM as an application.
The last one you can find out by executing
<HPBSM>\JRE\bin\java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) Client VM (build 24.79-b02, mixed mode)
<HPBSM>\JRE64\bin\java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
The output above is from a BSM 9.26 IP2 installation.
3.Need to know what will happen if we remove java from our DPS and GW?will it impact any of our services ruuning on DPS and GW server?
As long as you don't remove any bits under <HPBSM> you should be fine
4.Need to know which java version is used by BSM browser from JMX console?
I don't know what to answer, to be honest.
I think this simply depends on the system you start the interet browser (IE, Mozilla, Chrome) from.
But the code executing undernath uses BSM's Java.
Hope this helps
Siggi