有关 Java 与 jRuby 互操作的参考信息的最佳来源
您发现 jRuby 与 Java 互操作语法的最佳来源是什么?昨天我花了很长时间才找到有关添加到类路径的信息,而 jruby.org 站点没有多大帮助。好奇其他人使用什么参考文献。谢谢。
What have you found as the best sources for jRuby interop syntax with Java? It took me forever yesterday to find something about adding to the classpath and the jruby.org site was not much help. Curious what references others use. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
wiki 中有一个页面,其中包含以下有用信息:
http://github.com/jruby/ jruby/wiki/CallingJavaFromJRuby
There is a page into the wiki with useful information about:
http://github.com/jruby/jruby/wiki/CallingJavaFromJRuby