Co-Authored By:
Asked by: Filip Barbu
technology and computing programming languagesCan you install Java 32 bit and 64 bit at the same time?
Yes, it is absolutely no problem. You could even have multiple versions of both 32bit and 64bit Java installed at the same time on the same machine. In fact, i have such a setup myself. You can install multiple Java runtimes under Windows (including Windows 7) as long as each is in their own directory.
Then, should I install 32 or 64 bit Java?
Strictly speaking, on a 32-bit CPU architecture machine, you should install 32-bit java/JRE. On the other hand, on a 64-bit CPU architecture machine, you are free to choose between 32-bit java/JRE and 64-bit java/JRE. Both will work just fine. Mainly because of the memory layout in 64-bit architecture.
Similarly one may ask, how can I tell if my Java version is 32 or 64 bit?
Question Info
- Go to the command prompt.
- Type "java -version" and press enter.
- If you are running Java 64-bit the output should include "64-Bit"
In the Search bar, type Control Panel. Click Programs. If the Java icon present, then Java is installed.
On Windows, we can find it in the Application list:
- Press the Start Button.
- Scroll down the application list to J.
- Open the Java folder.
- Click About Java.