1. Can I import Java class files into JRuby? stackoverflow.comThe 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.comI 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 ... |