I have JDK 1.8.0_261 , JDK 1.8.0_265 installed on my server.
When I un-installed both these JDK's from the control panel, the folder structure of JDK 1.8.0_261 is automatically removed from my Java installed directory but for JDK 1.8.0_265 & JRE8 the folders are not removed.
I even rebooted the server still the folders are not deleted. I am unable to rename the same.
Currently I am using openJDK11 , all the registry keys & environment variables are pointing to 11.
I suspect that some service is still using jdk8 , I want to uninstall jdk 8 from my server completely , please suggest how can I check which process is using jdk8 and how can I remove it completely.
In the Resource monitor > CPU > Associated handle when I searched the folder name of jdk1.8.0_261 then it gave couple of processes java.exe which are using that folder files ... but how can I find which application is using that java. Please suggest