Yeah, I have solved the problem. Thanks a lot brothers. I have just created this account in stackoverflow. so I haven't much knowledge about how to use it. I am gonna watch tutorial . have a nice day brothers !!!!!!!!!!!
– ZisanAug 16 '18 at 14:38
Please read [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](//meta.stackoverflow.com/q/326569) - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions.
– halferAug 16 '18 at 20:23
1 Answers1
1
You have to define your JAVA_HOME environment variable to tell the system where to find the SDK. This explains how to set this variable on Windows.
Additionally you should add $JAVA_HOME/bin (the binary directory of your Java SDK) to your path environment variable.