0

When i click on eclipse.exe it's not running and showing error !.How to resolve it? thanks.enter image description here

Sachidanand09
  • 69
  • 3
  • 8

3 Answers3

1

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

user1897983
  • 108
  • 2
  • 6
0

Yes I just had to install 64bit JDK(Java Development Kit) to get resolved my problem thanks!

Sachidanand09
  • 69
  • 3
  • 8
0

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.

Do Nhu Vy
  • 33,131
  • 37
  • 143
  • 202