0

I'm trying to install android SDK but it says that I need to install JDK, but the latest jdk is already installed...

I am running win7 Ultimate if it is matter... What seems to be the problem ?

thnx

Master C
  • 1,536
  • 4
  • 14
  • 19

1 Answers1

1

The most common mistake is to believe that the JDK is installed when only the JRE is. Check for the output of javac -version.

Also, you may want to read about setting the PATH and the CLASSPATH here

Aleadam
  • 40,203
  • 9
  • 86
  • 108
  • I know all of that, but trust me this is not this case. I pressed "back" then "forward", and again "next", and it starts running... – Master C May 02 '11 at 14:37
  • @Master I don't have any reason not to trust you! Glad you got it to work. Hopefully the answer will be useful for somebody else then. – Aleadam May 02 '11 at 15:00