Eclipse for Java EE does not start

Asked

Viewed 1,534 times

1

My Eclipse for Java EE does not start, and gives a first-line error:

java was Started but not returned Exit code=13

64-bit operating system (x64).

  • You installed the JDK ?

  • Yes. java version "1.8.0_20" Java(TM) SE Runtime Environment (build 1.8.0_20-B26) Java Hotspot(TM) Client VM (build 25.20-B23, Mixed mode, sharing)

  • Tries to run as administrator.

  • Is windows? environment variable created?

  • Yes, windows 7. gives the same result when run in administrator.

  • Have you tried any of these alternatives: http://stackoverflow.com/q/11461607/1342547

  • yes. I had taken this article to see, but I had no result.

Show 2 more comments

1 answer

6

The problem is that you are trying to start a 64-bit Eclipse version with a 32-bit Java version. You can download it Java SE Development

Start Eclipse with a 64-bit JVM and the problem goes away.

  • Thank you, it’s working.

  • 1

    @user12096 good to have helped you, you can mark my answer, by having solved your problem through it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.