Skip to content

History / CallingJavaFromJRuby

Revisions

  • When applicable use `java_import` over `import` in examples, minor formatting changes

    @sshaw sshaw committed Apr 25, 2014
  • Added anonymous class creation example from http://jira.codehaus.org/browse/JRUBY-3543

    @dsavickas dsavickas committed Apr 9, 2014
  • Java exceptions are caught by rescue (see https://github.com/jruby/jruby/issues/395)

    @BanzaiMan BanzaiMan committed Feb 9, 2014
  • fixing typo

    @byteit101 byteit101 committed Jun 17, 2013
  • Java String is in java.lang package, not in java.util

    @Derbeth Derbeth committed Jun 3, 2013
  • getContentPane is called internally since jdk1.5 and hence no longer required

    Martin Prout committed May 28, 2013
  • Updated CallingJavaFromJRuby (markdown)

    @grddev grddev committed May 20, 2013
  • typo corrected

    @denofevil denofevil committed Apr 4, 2013
  • made those two headings consistent with eachother

    @DavidEGrayson DavidEGrayson committed Mar 29, 2013
  • Use h3 instead of ul for section headings. ul means unordered list

    @DavidEGrayson DavidEGrayson committed Mar 29, 2013
  • Moving the section on protected to fields to be in the section on Integrating JRuby and Java Classes and Interfaces.

    @markmandel markmandel committed Dec 16, 2012
  • Added in a section about accessing private, protected, and package java class fields.

    @markmandel markmandel committed Dec 16, 2012
  • Spicing up Java with Ruby

    @kares kares committed Sep 13, 2012
  • Updated CallingJavaFromJRuby (markdown)

    markszpak committed Jul 17, 2012
  • Adding note about java exceptions not inheriting from Exception

    GeekOnCoffee committed Jun 11, 2012
  • Fix spelling error

    @kim-toms kim-toms committed Apr 26, 2012
  • typo (. -> ,)

    felixrabe committed Mar 8, 2012
  • Updated Calling Java from JRuby (markdown)

    @sgonyea sgonyea committed Feb 17, 2012
  • Added notes on how to pass method parameters to java_method

    @sgonyea sgonyea committed Feb 17, 2012
  • Fixed small error ("Useful other examples" -> "Other useful examples")

    @egarson egarson committed Dec 2, 2011
  • Updated CallingJavaFromJRuby (markdown)

    @headius headius committed Oct 26, 2011
  • Updated Calling Java From JRuby (markdown)

    @headius headius committed Oct 26, 2011
  • Updated CallingJavaFromJRuby (markdown)

    @headius headius committed Oct 25, 2011
  • arrays to hash in JRuby/Ruby

    @kevinpascal kevinpascal committed Aug 11, 2011
  • clarifying imports

    @qmx qmx committed Jul 27, 2011
  • enumerations...

    @rdp rdp committed Jul 13, 2011
  • Fixed formatting in `Referencing Java Classes (using full-qualified class name)`

    @DirtYiCE DirtYiCE committed May 23, 2011
  • Updated CallingJavaFromJRuby (markdown)

    @jinleileiking jinleileiking committed May 19, 2011
  • links

    @qmx qmx committed Feb 8, 2011
  • links

    @qmx qmx committed Feb 8, 2011