Environment variables for java installation

后端 未结 14 1045
清歌不尽
清歌不尽 2020-11-22 00:52

How to set the environment variables for Java in Windows (the classpath)?

14条回答
  •  情话喂你
    2020-11-22 01:10

    I am going to explain here by pictures for Windows 7.

    Please follow the following steps:

    Step 1: Go to "Start" and get into the "My Computer" properties

    enter image description here

    Step 2: Go to "Advance System Setting" and click on it.

    enter image description here

    Step 3: Go to "Start" and get into the "My Computer" properties

    enter image description here

    Step 4: The dialog for Environment variable will open like this:

    enter image description here

    Step 5: Go to path and click on edit.

    enter image description here

    Step 6: Put the path of your JDK wherever it resides up to bin like you can see in the picture. Also add path from your sdk of Android up to the Platform Tools:

    enter image description here

提交回复
热议问题