I need to match java thread ids to its native linux pids.
I can't use kill -3 <PID> because I don't own to output stream or jstack <PID> because I'm running with JRE and not JDK.
Tried pstack from the linux side, and JVM Management classes from java side - without any success.
Your assistance is appreciated.
Thanks.