Darktiger138
Darktiger138

Reputation: 31

Error with setting up Eclipse

The image basically shows it all, it's saying that I don't have the JRE or JDK in the file path, buuuut, thing is, there isn't even a jre fie in there. I have just downloaded and extracted the ADT Bundle from the the android site so everything should be there?

enter image description here

After downloading JDK, I, went to where it downloaded, in the C: drive, and copied the jre7 file to my eclipse file, I then renamed the jre7 to jre.... this presents me with this error, please make sure there are no hard objects around as you may injure yourself if you throw a rage at my stupidity, keep in mind that I am completely new to this stuff, the only partially advanced knowledge I have about computers is a very shallow knowledge of Python.

http://oi42.tinypic.com/mhsuxg.jpg

RESOLVED, after getting the jre I realized that I had a 32-bit pack, so I downloaded the 64-bit and now it works.

Upvotes: 0

Views: 90

Answers (4)

Hamad
Hamad

Reputation: 5152

error shows that you haven't installed jdk! Download and install Java JDK

if error comes again,then see this question.

Upvotes: 0

Mohit marwal
Mohit marwal

Reputation: 251

Download and install Java JDK and Java virtual machine

Upvotes: 0

insomniac
insomniac

Reputation: 11756

No,actually The ADT bundle only provides The Android SDK with Eclipse and does not give JRE or JDK,you need to manually install JDK from Oracle or some other site and have to add the Installation directory to your %PATH% environmental variable For more info go here

Upvotes: 1

VextoR
VextoR

Reputation: 5165

Download and install Java JDK Seems like you don't have JDK installed

Upvotes: 0

Related Questions