WebSphere7-Jython版本

WebSphere7-Jython版本,websphere,jython,wsadmin,Websphere,Jython,Wsadmin,有人知道如何(使用java命令或wsadmin,或……)在WebSphere Application Server 7.0.0.31第二版环境中找到运行在wsadmin后面的jython的当前版本吗?在wsadmin

有人知道如何(使用java命令或wsadmin,或……)在WebSphere Application Server 7.0.0.31第二版环境中找到运行在wsadmin后面的jython的当前版本吗?

wsadmin
中,jython的版本将给出正在使用的版本。

很可能是2.1.0,但是下面的小脚本应该告诉你

import sys
print (sys.version_info)
如果为2.1,请参见: