Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (6.1k points)
I was just curious to know why java is installed in the x86 folder?

1 Answer

0 votes
by (11.7k points)

It means that the user has a 32-bit version of java installed on his/her system. This can be verified by opening a command prompt, locate the bin directory of the java installed, and type:

 Java -version

If the user has 64 bit Java8 then it will be displayed as:

java version "1.8.0_40"

Java(TM) SE Runtime Environment (build 1.8.0_40-b26)

Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)


If you want to download the windows version labeled as windows x64, here is the link.

Related questions

0 votes
1 answer
asked Feb 9, 2021 in Java by dante07 (13.1k points)
0 votes
1 answer
asked Jul 17, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Mar 4, 2021 in Java by dante07 (13.1k points)
0 votes
1 answer
asked Jul 13, 2019 in Python by Sammy (47.6k points)

Browse Categories

...