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

Community
  • 1
  • 1
user486330
  • 31
  • 1
  • 3

1 Answers1

0

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