views:

114

answers:

1

I'm working on an Android program for my senior capstone project, and having trouble getting the correct environment configured. I'm using a 64-bit windows machine with Eclipse 3.5 and JDK 1.6u21. From what I've been able to gather, Eclipse 3.5 doesn't play well with update 21 on 64 bit architectures, and it's recommended to use JDK 1.6u20. Problem is, I can't find update 20 anywhere. Can anyone point me in the right direction? Thanks.

A: 

From the Oracle downloads archive or directly here.

Moritz