简体   繁体   中英

When i click on eclipse.exe it's not running and showing error?

When i click on eclipse.exe it's not running and showing error !.How to resolve it? thanks. 在此处输入图片说明

It might be that you are running a 32bit java and a 64bit eclipse. Check this question https://stackoverflow.com/a/11461676/1897983 .

是的,我只需要安装64位JDK(Java开发工具包)即可解决我的问题,谢谢!

Reason 1: The most common reason behind this problem is, we are trying to install different bit version-that is, 64 bit or 32 bit version of the software. It maybe either Eclipse or Java.

Reason 2: Configuration mistake in Eclipse.ini file

Reason 3: Special characters ( #, !, @) in Eclipse installation directory

Reason 4: You maybe using latest version of Eclipse, but you might be using wrong version or unsupported version of Java Virtual Machine (JVM)

The above are the main reasons causing that Exit code =13 in Eclipse.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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