---
title: 介绍
description: "JRuby是面向Ruby、基于Java虚拟机（JVM）的一种解释程序，它结合了Ruby语言的简易性和功能强大的JVM的执行机制，包括与Java库全面集成。jruby.jar是在编译jruby-core-1.7.27.jar的中间产物，即通过编译jruby-core-1.7.27.jar，得到jruby.jar。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengbds/ecosystemEnable/tpdl/kunpengjruby1727_02_0001.html
sourcePath: /source/zh/kunpengbds/ecosystemEnable/tpdl/kunpengjruby1727_02_0001.html
indexId: 913a2d18cdb068e6ee23dcd7b30c3d5697ecbd2d6162e049a2e93997fd38ad9872
---
# 介绍

JRuby是面向Ruby、基于Java虚拟机（JVM）的一种解释程序，它结合了Ruby语言的简易性和功能强大的JVM的执行机制，包括与Java库全面集成。jruby.jar是在编译jruby-core-1.7.27.jar的中间产物，即通过编译jruby-core-1.7.27.jar，得到jruby.jar。
