I want to find out what application associates with a port. But Get-Process(Powershell) command only show java.exe.
I need a detail of which java application. Using jps.exe is not possible for me since there is only JRE(not JDK) in my server.
Thanks for any reply!
This web page tells you how to get the command line arguments for a process using Powershell: