How to check JAVA version on windows system

To login on IREPS website, the latest version of JAVA 32-bit should be installed on your system. In both cases either you are using a 64-bit Windows Operating System or 32-bit Windows Operating System, install 32-bit JAVA on your system to work smoothly on IREPS system.
If you are not able to login on IREPS website then first please check the version of JAVA installed on your system.


To check the version of JAVA installed on your system follow the process given below:
  • Open the command prompt (to open command prompt press Windows Key +R and type cmd and press enter) and type the below command to check the JVA version 32-bit or 64-bit.
  • 32-bit JAVA will show the below details:
 C:\Users\ABC>java -version
 java version "1.8.0_131"
 Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
 Java HotSpot(TM) Client VM (build 25.131-b11, mixed mode, sharing)
  • 64-bit JAVA will show the below details:
 C:\Users\ABC>java -version
 java version "1.8.0_131"
 Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
 Java HotSpot(TM) 64-Bit Client VM (build 25.131-b11, mixed mode, sharing)

If the version of JAVA installed on your system is 64-bit then uninstall it and install the 32-bit version of latest JAVA.

No comments