We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fixing typo
Java String is in java.lang package, not in java.util
getContentPane is called internally since jdk1.5 and hence no longer required
Updated CallingJavaFromJRuby (markdown)
typo corrected
made those two headings consistent with eachother
Use h3 instead of ul for section headings. ul means unordered list
Moving the section on protected to fields to be in the section on Integrating JRuby and Java Classes and Interfaces.
Added in a section about accessing private, protected, and package java class fields.
Spicing up Java with Ruby
Adding note about java exceptions not inheriting from Exception
Fix spelling error
typo (. -> ,)
Updated Calling Java from JRuby (markdown)
Added notes on how to pass method parameters to java_method
Fixed small error ("Useful other examples" -> "Other useful examples")
Updated Calling Java From JRuby (markdown)
arrays to hash in JRuby/Ruby
clarifying imports
enumerations...
Fixed formatting in `Referencing Java Classes (using full-qualified class name)`
links
code hl
fmt