Only the Eclipse SDK comes in a 64-bit flavor for Windows. One solution is to install the Eclipse SDK, and manually install the plugins for Web, XML and Java development.
What I did is install the Eclipse IDE for Java Developer (32-bit), and copy the content of the Eclipse SDK (64-bit) over it.
In order to ensure the Aptana Studio plugin works on a 64-bit version of Eclipse, do the following 1):
JAVA_HOME
environment variable is set on your system.environment
in the Start
menu search box, and select Edit environment variables for your account
.JAVA_HOME
, pointing to JRE or JDK on your drive, e.g. C:\Program Files\Java\jdk1.6.0_16
or C:\Program Files\Java\jre6
;%JAVA_HOME%\bin
to the PATH
user environment variable. Create a new PATH
variable if it does not already exists.xulrunner
directory in your Eclipse installation directory (e.g. C:\eclipse
), extract the content of the XulRunner archive in this directory.eclipse.ini
file located in your Eclipse installation directory:-Dorg.eclipse.swt.browser.XULRunnerPath=xulrunner