Wednesday 15 September 2010

Get list of dlls loaded by Java process -



Get list of dlls loaded by Java process -

i've been spending lot of time java process error files i.e hs_err_pid*.log. in these files section titled dynamic libraries shows dlls loaded process @ time failed.

is possible programmatically access info during normal running conditions?

goto jdk\bin path in command prompt , run below commond.

jmap (process id)

this print dlls loaded in tht process. not sure programtically. works. m using automation purpose.

note: jdk , jre version should match(compactible)

java dll

No comments:

Post a Comment