WebSphere 7 - Jython版本

时间:2014-06-23 18:42:25

标签: websphere jython wsadmin

是否有人知道某种方式(使用java命令或wsadmin或......)来查找在WebSphere Application Server 7.0.0.31 ND环境中运行wsadmin后面的当前jython版本?

2 个答案:

答案 0 :(得分:3)

最有可能是2.1.0,但以下迷你剧本应该告诉你。

import sys
print (sys.version_info)

如果是2.1,请参阅:

答案 1 :(得分:2)

wsadmin sys.version内将提供正在使用的Jython版本。