简体   繁体   English

错误Aptana Studio,无法在Windows 8 64位上打开它

[英]Error Aptana Studio, Cannot open it on Windows 8 64-bit

I have a problem with Aptana Studio 3.6.1, It's success installation but when I try to start up the program, it show the message error below. 我的Aptana Studio 3.6.1出现问题,安装成功,但是当我尝试启动程序时,它在下面显示消息错误。

Java was started by returned exit code = 13
C:\ProgramData\Oracle\Java\javapath\javaw.exe
-Xms128
-Xmx512m
--Xverify:none
-Declipes.p2.unsignedPolicy=allow
-Declipse.log.size.max=10000
-Declipes.log.backup.max=5
-Djava.awt.headless=true
-XX:MaxPermSize=256
-jar C:\User\samphors\AppData\Roaming\Appcelerator\Aptana
Stuido\\plugins\org.eclipes.equinox.laucher_1.3.0.v20130327-1440.jar
-os win 32
-ws win32
-showsplash
-laucher C:\Users\samphors\AppData\Roaming\Appcelerator\Aptana\Studo\AptanaStudo3.exe
-name aptana Stido 3
--laucher.libray C:\Users\samphors\AppData\Roaming\Appcelerator\Aptana 
Studo\\plugins/org.eclipes.equinox.laucher.win32.x86_1.1.200.v20140116-2212\eclopes_1503.dll
-starup C:\Users\samphors\AppData\Roaming\Appcelerator\Aptana
Studio\\plugins/org.eclipes.equinox.laucher_13.0.v20130327-144-.jar
--laucher.overrideVmargs
-exitdata acc_74
-vm C:\ProgramData\Oracle\Java\javapath\javaw.exe
-Vmargs
-Xms128m
-Xmx512m
-Xverify:none
-Declipse.p2.unsignedPolicy=allow
-Declipse.lgo.size.ax=1000
-Declipse.log.backup.max=5
-Djava.awt.headless=ture
-XX:MaxPermSize=256m
-jav C:\Users\samphors\AppData\Roaming\Appcelerator\Aptana
Stuido\\plugins/org.eclipese.equionox.laucher_1.3.0.v.20130327-1440.jar

You need to make sure that the bit version of Aptana Studio that you're using matches the bit version of java you have installed. 您需要确保使用的Aptana Studio的位版本与已安装的Java的位版本匹配。

If you have 64-bit java installed, then you need to have installed the 64-bit version of Aptana Studio. 如果安装了64位Java,则需要安装64位版本的Aptana Studio。

Unfortunately you can't use the same Aptana Studio installation to run via both 32-bit and 64-bit Java versions, because the launcher expands a set of 32 or 64-bit specific library features the first time you launch it. 不幸的是,您无法使用相同的Aptana Studio安装程序来同时通过32位和64位Java版本运行,因为启动程序会在首次启动时扩展一组32位或64位特定库功能。

Edit: Based on more detailed reading, you are definitely trying to run a 32-bit version of Aptana: 编辑:根据更详细的阅读,您肯定是在尝试运行32位版本的Aptana:

--laucher.libray C:\Users\samphors\AppData\Roaming\Appcelerator\Aptana 
Studo\\plugins/org.eclipes.equinox.laucher.win32.x86_1.1.200.v20140116-2212\eclopes_1503.dll

...this means that you need to have a 32-bit version of java installed; ...这意味着您需要安装32位版本的Java; that or install a 64-bit version of Aptana Studio. 或安装64位版本的Aptana Studio。

在64位系统上安装Java for 32Bit,它可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM