How to generate bytecode in Ruby 1.9?
Asked Answered
R

1

1

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

Richard answered 25/10, 2010 at 11:16 Comment(0)
M
0

Call BCEL library from JRuby. BCEL library is shipped with JDK.

Messinger answered 27/5, 2015 at 18:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.