Registry / other / jruby-complete

jruby-complete

JSON →
library1.7.27javamavenunverified

JRuby is a 100% Java implementation of the Ruby programming language, allowing Ruby code to run on the JVM.

other
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

org.jruby.Ruby

Creates a JRuby runtime and executes a Ruby script.

import org.jruby.Ruby; public class JRubyExample { public static void main(String[] args) { Ruby runtime = Ruby.newInstance(); runtime.evalScriptlet("puts 'Hello from JRuby'"); } }
Debug
Known footguns
gotchaVersion 1.7.27 is outdated; consider using a newer version for better compatibility and performance.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources