They're installing an Android SDK, but they can't find the JDKcrying

Asked 2 years ago, Updated 2 years ago, 26 views

I use 64-bit Windows 7. I installed jdk-6u23-windows-x64.exe. And I'm going to install an SDK We can't proceed because JDK is not installed<

enter image description here

It pops up like this

java android

2022-09-22 16:51

1 Answers

Press Back and press Next again when the notification pops up. I'll find JDK. But if it doesn't work, Right click on my computer, press Properties, and if you look at the left menu, there is Advanced System Settings Press that If you go into the tab menu and look at the bottom, click on the environmental variable

Click New to press JAVA_HOME for the variable name In the variable value, click the jdk installation path \bin; (C:\Program Files\Java\jdk1.7.0_45\bin;) and click OK.

Then, find the path in the system variable below, press Edit, and add the path to the bin folder of JDK and JRE Once installed as default path

    JDK : C:\Program Files\Java\jdk.1.7.0_45\bin;
    JRE : C:\Program Files\Java\jre7\bin;

It's going to be like this.

If it's done properly, if you type java-version in cmd, the JDK version will appear


2022-09-22 16:51

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.