0

I am looking for a way with which I can find any and all programs which are using Java on a windows server. Is there a cmd command or something similar which would give me a list of all programs using java? Thanks

Edit: I am basically about to remove Java from the server but before I do that I am trying make sure there is nothing on the server which is using Java.

  • I don't think so. A program using java could be anything from `.exe` to `.jar` or some webapp or whatever. The only way I could think of would be to run some software inventory and check every entry manually. But even that is not 100% sure. – Lenniey Oct 28 '19 at 15:00
  • whats a software inventory? @Lenniey – Fakhar Ahmad Rasul Oct 28 '19 at 15:02
  • A program that inventories the software on your server, ususally based on some form of filter. E.g. SCCM has a software inventory feature in which you can define a pattern to search for: https://docs.microsoft.com/en-us/sccm/core/clients/manage/inventory/configure-software-inventory – Lenniey Oct 28 '19 at 15:06
  • Could also be needed for a browser accessing a web site. These are quite rare now, but I believe Remedy was one example. – Greg Askew Oct 28 '19 at 17:09
  • @GregAskew I am not sure what you are trying to say, can please provide more details? – Fakhar Ahmad Rasul Oct 28 '19 at 17:23

1 Answers1

1

Identifying running applications using java is possible in at least 2 ways i think :

For Non-running application it's quite impossible without any kind of inventory.