Websphere wsadmin 读取 csv

发布于 2025-01-02 08:09:56 字数 161 浏览 3 评论 0原文

是否可以使 Websphere 与 CSV 一起使用?我很想利用 jython csv 模块。但默认的 Websphere 7 jython 似乎没有这个功能。

是否可以在类路径中包含 jar 或升级 websphere 中的 jython

请告知

提前致谢!

Is it possible to make Websphere to work with CSV? I would love to leverage jython csv module. But it seems default Websphere 7 jython doesn't have that.

Is it possible to either include a jar in the classpath or upgrade the jython in websphere

Please advise

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

从来不烧饼 2025-01-09 08:09:56

尝试从最新的 jython 发行版 中提取 Lib/csv.py 并将其放入 WAS_ROOT/optionalLibraries/ 中jython/Lib。

让我们知道这是否有效:)

try to extract Lib/csv.py from the latest jython distribution and place it into WAS_ROOT/optionalLibraries/jython/Lib.

Let us know if that worked :)

小矜持 2025-01-09 08:09:56

我已将 websphere 中的整个 jython 安装替换为新的 jython 2.5.2(简单复制和粘贴),并且它有效。

I have replaced the whole jython installation in the websphere with the new jython 2.5.2 (simple copy and paste) and it worked.

四叶草在未来唯美盛开 2025-01-09 08:09:56

IBM 有一些关于如何将 websphere 升级到 jython 2.5 的详细说明

http://www.ibm.com/developerworks/websphere/library/techarticles/1207_vansickel/1207_vansickel.html

IBM have some detailed instructions on how to upgrade websphere to jython 2.5

http://www.ibm.com/developerworks/websphere/library/techarticles/1207_vansickel/1207_vansickel.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文