Hi I am trying to install android latest SDK in my windows 7 home basic 64 bit. I installed Java su 7 in my system before that. I checked java installation with java -version in cmd and the Path as well and it’s giving correct . But when i try to install SDK, it says it can’t find Java path.
- Steps i followed while installing Java JDk…….
- Downloaded JDKfrom oracle site………
- Installed it in my system…………..
- It’s taking path C:\Program Files\Java\jdk1.6.0_35\bin….like this
- I went to advanced system settings and environmental variables then system variables selected path variable clicked on edit option and added path in the end.
Again clicked on new system variable JAVA_HOME added jdk path……….
Is there any wrong in installation steps i followed.
Use
JDK-6instead ofJDK-7and then add jdk path to the systemPATHandJAVA_HOME. in environment variables.like this
Computer-->Properties-->Advanced System settings-->advanced tab-->system variables-->add PATH in user variables and JAVA_HOME in System variables.