tags:

views:

97

answers:

2

Sun's website is confusing. I am looking for Java 1.6 Enterprise Edition SDK for WINDOWS 7 64-bit.

I found the 64-bit Standard Edition, and the 32-bit Enterprise edition.

Can anyone help?

Thanks

A: 

The 32bit vs 64bit refers to the JVM itself, as well as some core libraries. So the 64bit JavaSE download is the JavaSE runtime on top of a 64 bit JVM.

On top of that, the majority of the JavaSE APIs and libraries are not specific to 32bit or 64bit. JavaEE runs on top of JavaSE, and so it's not 32bit-64bit specific.

So, pick the JavaSE appropriate to your environment, and don't worry about it for JavaEE.

skaffman
Thanks. What do you think of this link: https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=java_ee_sdk-6u1-wjdk-oth-JPR@CDS-CDS_SMI
nute