Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

How do I locate my JDK for Android Development

After installing the Android SDK I attempted to run the Emulator and received this error:

[ERROR] Error locating JDK: set $JAVA_HOME or put javac and jarsigner on your $PATH

I'm not sure of two things:

1.Where my JDK is(i believe i downloaded and installed it)
2.How to point to it in Windows 7

Can anyone assist?

— asked April 7th 2010 by Daniel Burke
  • android
  • java
  • jdk
0 Comments

4 Answers

  • Accepted Answer

    The JDK is probably stored in Program Files. You to add an environment variable for JAVA_HOME and point it to the root directory of the JDK. You also need to prepend the bin directory of the JDK into your PATH.

    — answered April 7th 2010 by Don Thorp
    permalink
    0 Comments
  • http://www.youtube.com/watch?v=u5kPBURZL1Y&feature=related

    this is what i did and it worked for me

    — answered April 7th 2010 by ronald wybraniec
    permalink
    0 Comments
  • it is located in the c:/program files/java/bin folder

    — answered April 7th 2010 by ronald wybraniec
    permalink
    0 Comments
  • http://www.youtube.com/watch?v=u5kPBURZL1Y&feature=related

    this is what i did and it worked for me

    — answered April 7th 2010 by ronald wybraniec
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.