Not Responding
![]() |
Aptana Studio 3.4.2 Not Responding in Windows 7 |
- Download the newest JRE. Download Free Java Software
- Install the newest JRE. You have to know the installation path of JRE. In this case, the path to executable files is
- Make Aptana point to the newest JRE. Add two lines (red color below) to AptanaStudio3.ini and also increase Java heap (blue color below).
C:Program Files (x86)Javajre7bin
The file is at C:UsersXXXXXXAppDataLocalAptana Studio 3AptanaStudio3.ini
...
-name
Aptana Studio 3
-vm
C:Program Files (x86)Javajre7binjavaw.exe
-vmargs
-Xms256m
-Xmx1024m
If you'd like to know more JVM configuration on Eclipse, please refer to the official document:
eclipse.ini - Eclipsepedia
Running Aptana on Linux is more stable than on Windows, you may refer to my post to see more details:
How To Install Aptana Studio 3.4 On CentOS 6.4 - By Example