Installing Aptana Studio on a 64-bit Windows Operating System
From Aptana
This page describes how to install Aptana Studio on a 64-bit Windows operating system. Under a 64-bit Windows operating system, a user can either install a 32-bit version of Aptana Studio or a 64-bit version of Aptana Studio.
NOTE: Make sure Mozilla Firefox is installed before proceeding.
Installing the 32-bit version of Aptana Studio
- Go to the Java download website at: http://java.sun.com/javase/downloads/index.jsp
- Download the latest JRE and choose Windows as the platform
- Install the JRE
- After the JRE is installed, navigate to the control panel and search for "environment variable"
- Click on the link Edit the system environment variables
- Under the Advanced tab, click on Environment Variables
- Under User variables, locate the JAVA_HOME entry and click edit (if there is no JAVA_HOME entry, create a new one by clicking New)
- Under the Variable value field, input the absolute path of where the JRE was installed (Ex: C:\Program Files (x86)\Java\jre6)
- Click Ok to confirm
- Under User variables, locate the entry Path and click edit (if there is no Path entry, create a new one by clicking New)
- Under the Variable value, input %Path%;%JAVA_HOME%\bin
- Click Ok to confirm
- Proceed to install the standalone version of Aptana Studio by following the instructions for Downloading and installing Aptana Studio or install Aptana Studio as a Eclipse plugin by following the instructions for Plugging Aptana into an existing Eclipse configuration
Installing the 64-bit version of Aptana Studio (In Beta)
NOTE: There is currently no standalone version of Aptana Studio for Windows 64-bit. Those who wish to use Aptana Studio on Windows 64-bit, we recommend that they install into Eclipse 32-bit or use the 32-bit instructions above. Otherwise, users can install Aptana Studio as a plugin for Eclipse 64-bit recognizing that this process is in Beta. To install Aptana Studio as a plugin for Eclipse 64-bit version, follow the instructions below.
- Go to the Java download website at: http://java.sun.com/javase/downloads/index.jsp
- Download the latest JRE and choose Windows x64 as the platform
- Install the JRE
- After the JRE is installed, navigate to the control panel and search for "environment variable"
- Click on the link Edit the system environment variables
- Under the Advanced tab, click on Environment Variables
- Under User variables, locate the JAVA_HOME entry and click edit (if there is no JAVA_HOME entry, create a new one by clicking New)
- Under the Variable value field, input the absolute path of where the JRE was installed (Ex: C:\Program Files\Java\jre6)
- Click Ok to confirm
- Under User variables, locate the entry Path and click edit (if there is no Path entry, create a new one by clicking New)
- Under the Variable value, input %Path%;%JAVA_HOME%\bin
- Click Ok to confirm
- Install the Xulrunner 64bit version at http://wiki.mozilla-x86-64.com/Download
- Unzip the Xulrunner folder
- Download and unzip Eclipse 64-bit
- In the Eclipse folder, open the eclipse.ini file
- At the bottom of the file, add the entry: -Dorg.eclipse.swt.browser.XULRunnerPath=[path] where [path] is the absolute path of the unzipped Xulrunner folder (ex: C:\Users\Staff\Downloads\Xulrunner.win64.20060304 )
- Save the file and proceed to follow the instructions for Plugging Aptana into an existing Eclipse configuration


