I want to check if JDK is installed.
I do not want to check if C:\Program Files\Java\jdk1.8.0_25 exists because the user may have an older version installed.
I want to check if there is a directory inside of C:\Program Files\Java containing the string jdk.
Can I do that?
 
     
     
     
     
     
    