How do i check what bit Java I have?

Status
Not open for further replies.
Solution
OK, try this:

1. Go to program files - not program files (x86)
2. Look for a folder called "Java" or "jre"
3. If it's there, then you have 64 bit java. If it's in program files (x86), then you have 32 bit Java.


open a command prompt and run the command "java -version"

The third line will tell you what architecture it is built for.
 
Status
Not open for further replies.