Aptana : java was started by returned exit code=13

前端 未结 4 1170
抹茶落季
抹茶落季 2021-01-31 14:39

windows 8.1 64 Bit , Aptana 3.4.2 , Java 64 Bit

Error:

\"enter

Java :

相关标签:
4条回答
  • 2021-01-31 14:46

    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

    0 讨论(0)
  • 2021-01-31 14:52

    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.

    0 讨论(0)
  • 2021-01-31 15:01

    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.

    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.

    0 讨论(0)
  • 2021-01-31 15:03

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

    0 讨论(0)
提交回复
热议问题