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
On a windows system also check the if the path variable includes you're java installation. Use
set
Perhaps you want also want to have look at Oracle Java help
Regards Patrick