jruby « class file « Java I/O Q&A





1. Can I import Java class files into JRuby?    stackoverflow.com

The documentation seems to suggest that in order for me to import Java classes into JRuby, that they must be in a JAR file: "In order to use resources within a jar ...

2. Using Custom Java Class file in Jruby    stackoverflow.com

I am trying to execute some custom Java code through the latest version of Jruby (1.5.1), Ruby 1.8.7, with Java 1.6.0_06. I have tried both the class file and putting it ...