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).
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).
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.
@user12096 good to have helped you, you can mark my answer, by having solved your problem through it.
Browser other questions tagged java eclipse
You are not signed in. Login or sign up in order to post.
You installed the JDK ?
– gmsantos
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)
– user12096
Tries to run as administrator.
– Hiago Souza
Is windows? environment variable created?
– rray
Yes, windows 7. gives the same result when run in administrator.
– user12096
Have you tried any of these alternatives: http://stackoverflow.com/q/11461607/1342547
– rray
yes. I had taken this article to see, but I had no result.
– user12096