Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道在 WebSphere Application Server 7.0.0.31 ND 环境中找出在 wsadmin 之后运行的当前 jython 版本的方法(使用 java 命令或 wsadmin,或者......)?
它很可能是 2.1.0,但下面的小脚本应该会告诉你。
import sys print (sys.version_info)
如果是 2.1,请参阅:
Withinwsadmin sys.version将给出正在使用的 Jython 版本。
wsadmin
sys.version