Aptana : java was started by returned exit code=13

£可爱£侵袭症+ 提交于 2019-12-03 04:53:30

问题


windows 8.1 64 Bit , Aptana 3.4.2 , Java 64 Bit

Error:

Java :


回答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"

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




回答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.




回答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.

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.




回答4:


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



来源:https://stackoverflow.com/questions/19590850/aptana-java-was-started-by-returned-exit-code-13

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!