Can someone let me know, what will be unix command if I need to check want are the jars loaded by java..
You can use lsof:
lsof -p <PID> | grep jar
use pgrep or jps to find the PID of your Java process.
You can use the option: java -verbose:class
which shows what jars are being used
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With