
Home — JRuby.org
2012年9月4日 · JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language.
Downloads — JRuby.org
2012年9月4日 · JRuby 9.3.15.0 is our point release of our Ruby 2.6.x support. Please check out our release notes for more information.
jruby/jruby: JRuby, an implementation of Ruby on the JVM - GitHub
JRuby is an implementation of the Ruby language using the JVM. It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global-interpreter-lock , true parallelism, and tight integration to the Java language to allow you to use Java classes in your Ruby ...
JRuby——Java和Ruby的强强联合 - 腾讯云
2018年3月20日 · JRuby,JVM下的一个开源Ruby解释器,能够在Java里面使用Ruby类库。 就像标准的Ruby解释器一样,除开使用Ruby调用本地方法(C代码)或者Java类库以外,Ruby代码都能够在JRuby里面正确执行。 除了适合用来开发面向Internet 的Web 应用之外,还有很多公司将JRuby 看作是使Rails 进入企业应用的关键技术,例如ThoughtWorks。 JRuby 允许Rails 应用部署在流行的Java 应用 服务器 中,很多企业早已建立了这样的运行环境,但因为某些原因无法为 …
JRuby - Wikipedia
JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL / GPL / LGPL license.
Getting Started — JRuby.org
2012年9月4日 · JRuby is one of the easiest Ruby implementations to set up. Let’s start with the basic instructions: Download JRuby: Visit the download page and grab the binaries for the latest JRuby release. Unpack JRuby: Unpack the file you downloaded. You’ll then have a "jruby-<version>" directory.
jruby - 百度百科
JRuby是面向 Ruby 、基于 Java虚拟机 (JVM)的一种 解释程序,它结合了Ruby语言的简易性和功能强大的JVM的执行机制,包括与 Java 库 全面集成。 Rails 彻底加快及简化了Web应用的开发,不过它让人觉得不够成熟,特别是在高端企业级功能方面。 另一方面, Java平台 及其 虚拟机 、库和 应用服务器的速度、稳定性和功能方面却一直在提升,现在已被公认为是开发高端服务器。 [1] jruby本质上也是启动一个 jvm,然后去读ruby脚本并解释执行(也可以编译),因此 jprofiler …
Releases · jruby/jruby - GitHub
2012年9月4日 · The JRuby community is pleased to announce the release of JRuby 9.4.11.0. Homepage: https://www.jruby.org/ Download: https://www.jruby.org/download; JRuby 9.4.11.x targets Ruby 3.1 compatibility. This release fixes two critical bugs in JRuby 9.4.10.0 and we recommend users skip that version when upgrading.
JRuby - 维基百科,自由的百科全书
JRuby,一個採用纯Java實現的Ruby解释器,由JRuby團隊開發。 它是一個自由軟體,在 CPL / GPL / LGPL 三种许可协议下发布。 主要开发者有Charles Nutter、Thomas Enebo、Ola Bini、Nick Sieger等。
GettingStarted · jruby/jruby Wiki - GitHub
2024年2月21日 · In this guide, you'll learn how to install JRuby, run a JRuby console, install Gem dependencies, and run some sample code. For all platforms, make sure you have Java SE installed. You can test this by running the command java -version. In your browser, navigate to the JRuby Downloads page.