memrootじしょ
英和翻訳
JRE
true
JRE
/ˌdʒeɪ ˌɑːr ˈiː/
ジェイアールイー
1.
Javaアプリケーションを実行するために必要なソフトウェアの集合体。
JRE (Java Runtime Environment)は、Java言語で開発されたプログラムを動作させるために必要な一連のソフトウェアコンポーネントです。これには、Java仮想マシン(JVM)とJavaのコアライブラリが含まれており、開発環境(JDK)がなくてもJavaアプリケーションを実行できるようにします。
You
need
to
install
the
JRE
to
run
this
Java
application.
(このJavaアプリケーションを実行するには、JREをインストールする必要があります。)
You
あなたは。
need to install
インストールする必要がある。
the JRE
JRE(Java実行環境)を。
to run
実行するために。
this Java application
このJavaアプリケーションを。
The
JRE
provides
the
essential
components
for
executing
Java
programs.
(JREはJavaプログラムを実行するための必須コンポーネントを提供します。)
The JRE
JRE(Java実行環境)は。
provides
提供します。
the essential components
必須のコンポーネントを。
for executing
実行するための。
Java programs
Javaプログラムを。
Most
users
only
require
the
JRE,
not
the
full
JDK.
(ほとんどのユーザーは、完全なJDKではなくJREのみを必要とします。)
Most users
ほとんどのユーザーは。
only require
のみを必要とする。
the JRE
JRE(Java実行環境)を。
not the full JDK
完全なJDK(Java開発キット)ではなく。
関連
JDK
JVM
Java
Runtime Environment
SDK
Programming Language