Aptana failed to correctly acquire installer node js
Download the aptana studio 3.6.1 installation package. Failed to get intaller_nodejs_windows.msi file correctly: CRC error occurred during installation? Basically the current version of Aptana requires a Node version between 0.8.X and 0.11.X. I recommend Node version 0.10.X. https://nodejs.org/download/release/v0.10.13/ Install this, 3. After successful installation, what is the reason for opening if you encounter an error…
- Download the aptana studio 3.6.1 installation package.
- Failed to get intaller_nodejs_windows.msi file correctly: CRC error occurred during installation? Basically the current version of Aptana requires a Node version between 0.8.X and 0.11.X. I recommend Node version 0.10.X. https://nodejs.org/download/release/v0.10.13/
Install this,

3. After successful installation, what is the reason for opening if you encounter an error loading the JNI shared library? The main reason is that you have a 64-bit JDK installed on your computer. You need 32bit JDK for aptana. Replacing the JDK requires reconfiguring the path, which is too problematic, so we can install the 32-bit JDK, http: // www. oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Install this,

- Find AptanaStudio3.ini configuration file in aptana installation path, add -vm C: / Program Files (x86) /Java/jre1.8.0_171/bin/javaw.exe before -vmargs, this path is 32-bit JDK Javaw bin under installation path
The contents of AptanaStudio3.ini configuration file looks like this:
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140116-2212
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-name
Aptana Studio 3
-vm
C:/Program Files (x86)/Java/jre1.8.0_171/bin/javaw.exe
-vmargs
-Xms128m
-Xmx512m
-Xverify:none
-Declipse.p2.unsignedPolicy=allow
-Declipse.log.size.max=10000
-Declipse.log.backup.max=5
-Djava.awt.headless=true
- Then how did aptana studio3 end?
- Enter aptana studio3, select the option to install new software in the help.
- Openhttp://www.eclipse.org/babel/downloads.рһр Найдите these 2 parameters

- Fill in these two parameters in the field that appears when you click the add button, as shown in the figure.

- Then wait a moment and select Chinese (simplified)

- Then before the next one, you can restart the software to see the Chinese version of Aptana.