19

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?

Tamara Wijsman
  • 57,083
  • 27
  • 185
  • 256
Xetius
  • 1,221
  • 1
  • 10
  • 15
  • Then depending on the SDK you have, for instance mine is: `C:\Program Files\Java\jdk1.6.0_26\bin\java.exe` –  Jun 11 '11 at 19:49

2 Answers2

18

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

slhck
  • 223,558
  • 70
  • 607
  • 592
John T
  • 163,373
  • 27
  • 341
  • 348
2

Java SE Downloads page

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

Ryan Bolger
  • 3,471
  • 20
  • 20