Does anyone know of a way (using the java command or wsadmin, or......) to find out the current version of jython running behind wsadmin on a WebSphere Application Server 7.0.0.31 ND environment?
It is most likely 2.1.0, but the following mini-script should tell you.
import sys
print (sys.version_info)
If it is 2.1 see:
Within wsadmin sys.version will give the version of Jython in use.
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