如何在 Ruby 1.9 中生成字节码?
如何从 Ruby 1.9 生成字节码?
我的目的是生成字节码而不是源代码并将其与我的应用程序包一起发送。我知道 JRuby 方法,但我面临某些问题
How can I generate byetcode from Ruby 1.9??
My intent is to generate bytecode not the source code and ship it along with my application package. I am aware of the JRuby approach but I am facing certain issues there
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 JRuby 调用 BCEL 库。 BCEL 库随 JDK 一起提供。
Call BCEL library from JRuby. BCEL library is shipped with JDK.