I just install jdk and jre version 8 In windows. Environment variable already set. I try run "java -version" in cmd and it shows the version of java installed. But whe
There is a typo in your variable path:
C:\Program File\Java\jdk1.8.0_60\bin;C:\Program File\Java\jdk1.8.0_60\bin\;
Should be and you do not need it twice
C:\Program Files\Java\jdk1.8.0_60\bin;