hmalphettes/jruby — explained in plain English
Analysis updated 2026-07-30 · repo last pushed 2012-02-22
Run Ruby automation scripts inside a large Java application.
Use Java libraries from your Ruby code that are not available in the Ruby ecosystem.
Let team members write plugins in Ruby for an existing Java system.
| hmalphettes/jruby | 521xueweihan/homebrew-core | amitsuryavanshi/graphiti-activegraph | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Ruby | Ruby | Ruby |
| Last pushed | 2012-02-22 | 2022-05-11 | 2022-12-09 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | hard |
| Complexity | 4/5 | 1/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a working Java environment and familiarity with both Java and Ruby tooling.
JRuby is a tool that lets you run code written in the Ruby programming language on the Java platform. Normally, Ruby and Java are separate worlds with their own setups, but this project bridges them. The main benefit is that it lets developers write Ruby code that can directly interact with existing Java code, and it also lets Java applications run Ruby scripts inside them. At a high level, it works by rebuilding the Ruby interpreter, the engine that reads and executes Ruby code, using Java. Once you have it set up, you can run a Ruby file by passing it to the tool, much like you would with standard Ruby. The project is built to compile with common Java tools, and it essentially packages the Ruby language into a format that the Java ecosystem can understand and work with directly. This would be useful for teams that already have a lot of Java infrastructure but want to take advantage of Ruby, often used for scripting or rapid development. For example, a company with a large Java application could use this to let team members write automation scripts or plugins in Ruby, and those scripts could call directly into the Java code already running in the application. Conversely, a Ruby developer could tap into Java libraries that don't normally exist in the Ruby world. The project has a long history, with a large list of contributors and community involvement. Beyond that, the README doesn't go into much detail on specific architectural decisions or tradeoffs, but the core idea is straightforward: it brings two major programming ecosystems together in a way that lets each one use the other's strengths.
JRuby lets you run Ruby code on the Java platform, so Ruby scripts can call Java libraries and Java apps can run Ruby code directly. It bridges two major programming ecosystems.
Mainly Ruby. The stack also includes Ruby, Java.
Dormant — no commits in 2+ years (last push 2012-02-22).
The explanation does not mention a specific license for this project.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.