Registry / other / jruby-core

jruby-core

JSON →
library1.7.27javamavenunverified

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

<dependency> <groupId>org.jruby</groupId> <artifactId>jruby-core</artifactId> <version>1.7.27</version> </dependency>
INSTALL
IMPORT
SIG · JRUBY-CORE
J
jruby-core
otherjavav1.7.27
harness data pending
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.

Ruby
org.jruby.Ruby

Create a JRuby runtime and evaluate Ruby code

import org.jruby.Ruby; import org.jruby.RubyRuntimeAdapter; Ruby runtime = Ruby.newInstance(); RubyRuntimeAdapter evaler = runtime.newScriptingContainer(); System.out.println(evaler.runScriptlet("'Hello from JRuby'"));
Debug
Known issues
breakingVersion 1.7.27 is outdated; consider upgrading to JRuby 9.x for modern Ruby compatibility.
fix
Use org.jruby:jruby with version 9.2.20.1 or later.
affects: < 9.0.0.0
Upgrade
Version history
1.7.27latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jruby-core — mvn dependency:get jruby-core · libregistry