Posts

Showing posts from September, 2018

How to set the JDK 8 path in Windows 10

Image
You have to follow some simple steps in order to setting up JDK to your system. Step 1:  Open your Command Prompt (CMD) using Ctrl + r → cmd→Enter or simply type Command prompt in start. Step2:  Type java in CMD. You'll get a list of information. Step 3:  Type in javac . If the java path is not set the following message will be displayed in the command prompt. Step 4:  Type in edit the system environment variable in the start . Then click on the edit the system environment variable tab . Step 5:  Click on the Environment variable tab. Step 6:  Then look for the System variable in that select Path and click Edit . Step 7:  Before making any changes to the Path you have to be aware of the location of where's your JDK is installed and then copy paste the path of the JDK till the folder bin . Step 8:  (Continued from Step 6) After you have clicked the edit button a wizard name Edit e