0

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.

  • It sounds like you don't have Java installed at all. Download yourself a JDK. – Matt Ball Dec 17 '13 at 05:25
  • possible duplicate of [java was started but returned exit code](http://stackoverflow.com/questions/20604471/java-was-started-but-returned-exit-code) – Hamad Dec 17 '13 at 05:41

4 Answers4

1

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

insomniac
  • 11,146
  • 6
  • 44
  • 55
0

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

VextoR
  • 5,087
  • 22
  • 74
  • 109
0

Download and install Java JDK and Java virtual machine

Mohit marwal
  • 251
  • 5
  • 12
0

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

if error comes again,then see this question.

Community
  • 1
  • 1
Hamad
  • 5,096
  • 13
  • 37
  • 65