Friday, June 6, 2014

How to know which bit version of JVM you are working on ?

To know which bit version of JVM you are working on
  • Press "win key" + "r".
  • Type "cmd" and press enter.
  • Enter the command "java -d64 -version".

  • If the installed JVM is of 32-bit version, error message will suggest you to install 64-bit version.

To install JVM 64bit version follow the link:
http://www.oracle.com/technetwork/java/javase/downloads/java-se-jre-7-download-432155.html

Download the respective JRE file and install on your computer.

To check for successful installation, enter the same command as in before  in "command prompt"
 "java -d64 -version"
 


-Thank you



 

No comments:

Post a Comment