Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working on a web site project with a Java component and am currently testing for cross-browser compatibility. Most is fine but the Java part won't load on 64-bit browsers. Looks like I need a 64-bit JRE to test. Where does one download the (off-line) 64-bit Java runtime installer for Windows?

The official download page is here: http://www.java.com/en/download/manual.jsp

Unless I'm blind, nothing 64-bit there for Windows except a link to notes. Said notes are here: http://www.java.com/en/download/faq/java_win64bit.xml#Java%20for%2064-bit

Particularly relevant excerpt:

"Users should download 64-bit Java software, if they are running 64-bit IE. For downloading 64-bit Java click 64-bit manual download"

The only off-line installer, as far as I can tell, has only installed the 32-bit runtime. Then we're back at square one! Am I missing something or going nuts?

share|improve this question
2  
this is not a programming question ask it at superuser.com, expect this to get closed pretty soon – Jarrod Roberson Jan 10 '10 at 22:14
10  
He is asking about a question related to testing his software. Seems appropriate to me. – darren Jan 10 '10 at 22:18

4 Answers

up vote 23 down vote accepted

Might this be the download you are looking for?

  1. Go to the Java SE Downloads Page.
  2. Scroll down a tad look for the main table with the header of "Java Platform, Standard Edition"
  3. Click the JRE Download Button (JRE is the runtime component. JDK is the developer's kit).
  4. Select the appropriate download (all platforms and 32/64 bit downloads are listed)
share|improve this answer
Too easy, thankyou! Why they don't just link to that on the download page is a mystery to me. – FerretallicA Jan 10 '10 at 22:22
5  
I found it via java.sun.com/javase/downloads/index.jsp -> JRE Download. There you can select Windows x64 from the dropdown list of platforms :) – AdrianoKF Jan 10 '10 at 22:24
5  
If by "plain view" you mean "This is the download page with all the manual downloads - oh hey we actually have another download page with more versions but we won't mention that here" then yes, I agree. Or if you mean "Click this link to download the x64 version - oh hey we're going to send you to that page which doesn't have an x64 version but you can work out how to find it anyway for yourself" I also agree. – FerretallicA Jan 10 '10 at 23:15
2  
Link not working anymore. – Veynom Feb 23 '11 at 11:14
1  
@Veynom: Thanks for the information, I updated my answer with the download link for the current 6u24 JRE for Windows x64. – AdrianoKF Feb 23 '11 at 12:14
show 2 more comments

I believe the link below will always give you the latest version of the 64-bit JRE http://javadl.sun.com/webapps/download/AutoDL?BundleId=43883

share|improve this answer

The trick is to visit the original page using the 64-bit version of Internet Explorer. The site will then offer you the appropriate download options.

share|improve this answer
Thanks! !!!!!!!!!!!!!!! – FerretallicA Feb 9 '11 at 0:03

You can also just search on sites like Tucows and CNET, they have it there too.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.