I am trying to install a Java development environment on Windows 7 64-bit, but I am unable to find a suitable install. Is there one available?

link|improve this question
Then depending on the SDK you have, for instance mine is: C:\Program Files\Java\jdk1.6.0_26\bin\java.exe – user85423 Jun 11 '11 at 19:49
feedback

2 Answers

up vote 17 down vote accepted

The latest Java Development Kit is available at this address. Make sure to select "Windows x64" when asked for the operating system.

enter image description here

link|improve this answer
Just a heads up, this is out of date now that update 17 is released. – James McMahon Dec 8 '09 at 22:54
1  
I've tried to keep on top of updating answers but I really haven't got the time any more. I leave it up to people to look at the date the answer was posted and put 2 and 2 together. – John T Dec 9 '09 at 3:56
1  
Due to the high views on this question please update this link if you have a moment. – Diago Jan 11 '10 at 7:26
Appears you can get 64 bit JRE (just JRE) there as well. Thanks! – user39364 Apr 14 '11 at 18:40
Re image: The next to last line, Windows X86 (79.48MB), is that the Windows 32 bit version? x86 = 32 bit x64 = 64 bit. Is that a fair assessment? – zundarz Jan 26 at 15:09
show 1 more comment
feedback

Java SE Downloads page

Choose the appropriate JDK package you want and select Windows x64 on the subsequent page.

link|improve this answer
feedback

protected by studiohack Feb 27 at 15:25

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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