The easiest method is to use the command line tool lsof and its -p switch so that you can list what files are being used by this particular process.
$ sudo lsof -p 5206 | grep jre
Example
Here's my Chrome process just to give you an idea of what the output looks like.
$ sudo lsof -p 1376 | head -10
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs
Output information may be incomplete.
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
chrome 1376 saml cwd DIR 0,3 0 46546425 /proc/10802/fdinfo
chrome 1376 saml rtd DIR 0,3 0 46546425 /proc/10802/fdinfo
chrome 1376 saml txt REG 253,1 93187864 1837056 /opt/google/chrome/chrome
chrome 1376 saml DEL REG 0,17 46544680 /dev/shm/.com.google.Chrome.1ciABr
chrome 1376 saml DEL REG 0,17 127971521 /dev/shm/.com.google.Chrome.t7ByaK
chrome 1376 saml mem REG 253,1 3334400 1837130 /opt/google/chrome/lib/libpeerconnection.so
chrome 1376 saml mem REG 253,1 17313408 1835692 /opt/google/chrome/PepperFlash/libpepflashplayer.so
chrome 1376 saml mem REG 253,1 6842800 1837141 /opt/google/chrome/libwidevinecdm.so
chrome 1376 saml mem REG 253,1 780024 559781 /usr/lib64/libsqlite3.so.0.8.6