JRuby & Win32OLE——它们协同工作的效果如何?

发布于 2024-11-06 20:22:34 字数 201 浏览 0 评论 0原文

我一直在广泛使用 Win32OLE 和 MRI 来实现 MS Office 的自动化。它工作得很好,但我正在考虑切换到 JRuby 以简化在用户系统上安装应用程序的过程。

随着 Win32OLE 正式出现在 JRuby 1.6 中,它的工作效果如何?我是否应该能够将基于 MRI 的应用程序直接移植到 JRuby 而无需修改?我应该注意什么问题吗?

谢谢。

I've been using Win32OLE extensively with MRI to automate MS Office. It works great, but I'm thinking of switching to JRuby to simplify installing apps on users' systems.

With Win32OLE officially in JRuby 1.6, how well does it work? Should I be able to port my MRI-based app straight to JRuby without modification? Any hitches I should look out for?

Thanks.

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

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

发布评论

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

评论(1

尾戒 2024-11-13 20:22:34

我们确实在 JRuby 中内置了一个 win32ole 扩展。事实上,我们还支持 仅 64 位版本

如果您确实发现错误或缺少方法或功能,请在 http://bugs.jruby.org/< /a> .

We do have a win32ole extension built into JRuby. In fact, we also sport the only 64-bit version.

If you do find a bug or missing method or feature, please file an issue at http://bugs.jruby.org/ .

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