From the terminal:
grep -A 1 CFBundleShortVersionString /System/Library/Frameworks/JavaWebObjects.framework/Resources/Info.plist
which will return something like mine (5.4.3):
<key>CFBundleShortVersionString</key>
<string>5.4.3</string>
Thank you Chuck