With JRuby, you can make use of Java libraries in Ruby. Is there the reverse for using Ruby libraries in Java?
Specifically I want to write an Eclipse plugin and I need to use a bunch of legacy functions in this library written in Ruby.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might be looking for generating Java .class or .jar files from JRuby/Ruby
You can find the topic on the JRuby wiki: https://github.com/jruby/jruby/wiki/StandaloneJarsAndClasses
Doing that I believe you can do what you need.