Aptana : java was started by returned exit code=13

windows 8.1 64 Bit , Aptana 3.4.2 , Java 64 Bit

Error:

enter image description here

Java :
enter image description here


Solution 1:

Must you have 32-bit version of java, or may be you have both version [32-bit 64-bit] of java on same computer.
Make sure you have 32-bit version then must you specify the version that using in Aptana studio to do this :

1-Go to apatana folder and find the AptanaStudio3.ini file
"C:\Users\[YourUser]\AppData\Roaming\Appcelerator\Aptana Studio"

enter image description here

2- Add the java 32-bit version path to AptanaStudio3.ini using notepad

enter image description here

Solution 2:

Package arch is 32-bit only for Windows OS. The 32-bit version of the JDK is required regardless of whether it is running on a 32-bit or 64-bit Windows system. You can download here from the official website.

Solution 3:

I got the exact same error but I was on Windows 10 64-bit, Aptana 3.6.1, with only 64-bit JDKs.

After I downloaded 32-bit 1.7 JDK, I was able to open and run Aptana just fine.

enter image description here

I didn't need to modify the .ini file as AbuSitta had suggested.

I'll agree it might be misleading to some if you don't take a sharper look and see the "x86, x64" description at the download page.

enter image description here

Solution 4:

In Windows OS, Aptana Only runs using Java 32 bit (JRE or JDK)