简体   繁体   English

IBM JRE是标准VM吗?

[英]Is the IBM JRE a Standard VM?

I'm adding a JRE to Eclipse and I was given 3 options: 我在Eclipse中添加了JRE,并给了我3个选择:

  • Execution Environment Description 执行环境说明
  • Standard 1.1.x VM 标准1.1.x VM
  • Standard VM 标准虚拟机

I was wondering if: 我想知道是否:

  1. All JREs end up being VMs? 所有的JRE最终都是VM?
  2. Does VM in this case mean JVM? 在这种情况下,VM是否意味着JVM?
  3. If the IBM JRE specifically was a Standard VM? 如果IBM JRE特别是标准VM?
  4. How do the 3 choices relate to each other? 这三个选择如何相互关联?

Thanks 谢谢

VM here refers to JVM. 这里的VM是指JVM。 Any implementation of a JRE or JDK contains a Java Virtual Machine. JRE或JDK的任何实现都包含Java虚拟机。 The IBM implementation is, as far as I know, fully compatible with the Java specification, so you don't need to worry about compatibility. 据我所知,IBM实现与Java规范完全兼容,因此您不必担心兼容性。 The distribution's name probably includes what version of the Java spec it's compatible with. 该发行版的名称可能包括它兼容的Java规范版本。

The options you were given allow you to choose between a JVM compatible with the 1.1.X version of Java, or one compatible with a later version (the latest is 7, but support for 6 is pretty wide as well). 提供的选项使您可以在与Java 1.1.X版本兼容的JVM或与更高版本兼容的JVM之间进行选择(最新版本为7,但对6的支持范围也很广)。 Unless you're maintaining some ancient legacy code, you'll want to add a "Standard VM" to your IDE. 除非您维护一些古老的旧代码,否则您将要在IDE中添加“标准VM”。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 未找到指定的 VM 安装:键入标准 VM,名称为 jre7 - Specified VM install not found: type Standard VM, name jre7 无法解析动态Web项目中的JRE:jdk1.8.0_121(Standard VM) - Unable to resolve JRE: jdk1.8.0_121 (Standard VM) in dynamic web project Eclipse Junit如何在不编辑JRE的情况下默认vm args - Eclipse Junit how to default vm args without editing JRE Workspace 定义了一个不包含有效 jre/lib/rt.jar 的 VM:C:\Program Files\Java\jre7 - Workspace defines a VM that does not contain a valid jre/lib/rt.jar: C:\Program Files\Java\jre7 执行环境描述,标准1.1x VM和标准VM之间有什么区别 - What is the difference between Execution Environment Description, Standard 1.1x VM and Standard VM 是否可以在Eclipse中已安装的JRE的Default VM Arguments中使用字符串替换变量? - Is it possible to use string substitution variables within the Default VM Arguments of an installed JRE in Eclipse? MacOS上的Maven警告:Workspace定义了一个不包含有效jre / lib / rt.jar的VM - Maven warning on MacOS: Workspace defines a VM that does not contain a valid jre/lib/rt.jar Eclipse 中安装的 JRE 与“标准 VM”和“MacOS X VM”有什么区别? - What's the difference from "Standard VM" and "MacOS X VM" in installed JREs in Eclipse? 如何通过p2存储库更新来更改eclipse.ini文件,使-vm看起来像另一个JRE? - How can I change eclipse.ini file via p2 repository update to make -vm to look another JRE? 使用可移植JRE运行.class和.jre - Run .class & .jre with portable JRE
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM