Min
Min

Reputation: 11

Trying to install eclipse, but I get an "Java was started but returned exit code = 1"

I'm starting to learn programming and I'm thinking the root of this problem is that eclipse doesn't know where my Java is actually located, but I can't seem to figure how to fix that. I have a 64 bit java jdk version 1.8.0_192 but I get this [error].

The file path for the java jdk would be C:\Program Files (x86)\Java\jre1.8.0_192

error:

enter image description here

Upvotes: 0

Views: 177

Answers (1)

Leemi
Leemi

Reputation: 103

When installing, your zip file and saved file should be at the same place. As a precautionary measure, do it all on your desktop and that may help solve the problem.

Upvotes: 2

Related Questions