Querying Install Locations of Java

Does anyone have a simplistic approach to getting the install locations of java.exe from BFI?

I need to know, per endpoint, where java is installed but I have a LOT of endpoints so don’t fancy going through each one individually to gather the install locations from the details section.

Short answer for me is no.

I created a script to trawl all the local drives and ran it as a task which then uploaded the result (csv format) to the server, then ran other scripts to move all the results to a single place and join them together.

It is startling how many packages include their own version of java (and then never update it).

cheeky question is, would you be willing to share these scripts?

It’s an absolute brain ache trying to get the data using the details tab - I’m only looking for sun / oracle java but like you said, there are so many instances on a single endpoint that managing the data becomes way too much.