开发者

jruby-java-interop

0
  • Using Custom Java Class file in Jruby

    I am trying to execute some c开发者_如何学Goustom 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 in a jar method[详细]

    2023-01-05 12:17 分类:问答
  • Casting objects in JRuby

    Is there a way I can explicitly cast one Java object to another Java class from JRuby? Sometimes I want to be able to invoke SomeJavaClass#aMethod(MySuperClass) rather than SomeJavaClass#aMethod(MyCl[详细]

    2022-12-12 04:40 分类:问答