简体   繁体   English

可以将DCEVM与Oracle Java 7 HotSpot VM一起安装吗?

[英]Can I install DCEVM with Oracle Java 7 HotSpot VM?

I'm running Oracle Java 7 on MacOS (OSX 10.7.5) 我在MacOS(OSX 10.7.5)上运行Oracle Java 7

java -version: java-版本:

Java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)

I recently read about DCEVM and am very curious to try it out. 我最近阅读了有关DCEVM的信息 ,非常想尝试一下。 However, I am confused about its compatibility. 但是,我对其兼容性感到困惑。

According to the binaries download page , there are binaries for OpenJDK Java 7 update 51, build 3. I'm not quite sure how that relates to the Java version I currently have on my machine. 根据二进制文件下载页面 ,存在适用于OpenJDK Java 7 update 51 build 3的二进制文件。我不太确定这与我当前在计算机上拥有的Java版本有什么关系。

Does the install JRE need to match the DCEVM Hotspot version? 安装的JRE是否需要与DCEVM热点版本匹配? Do I need to install OpenJDK 7_51_3 to be able to use the DCEVM in question? 我是否需要安装OpenJDK 7_51_3才能使用所讨论的DCEVM? Or can I install the hotspot VM with my Oracle JRE? 还是可以通过Oracle JRE安装热点VM?

I'm not entirely sure exactly how all the utilities that come with a JRE/JDK interact with the HotSpot VM and if they all have to be of the same build or not, given that compiled byte code should be able to run on any JVM of the same major build number. 我不能完全确定JRE / JDK附带的所有实用程序如何与HotSpot VM交互,以及它们是否必须具有相同的内部版本,因​​为编译后的字节码应该可以在任何JVM上运行具有相同的主要内部版本号。

Can anyone provide a little insight how all these components fit together? 谁能提供所有这些组件如何组合的一点见解?

As a followup, does anyone know if/how/where I can find a compatible version of OpenJDK for OSX on which I can run DCEVM for Java 7 update 51, build 3? 作为后续行动,是否有人知道是否/如何/在哪里可以找到兼容版本的OpenJDK for OSX,可以在其上运行DCEVM for Java 7 update 51,build 3? ?

You shouldn't have any problem to use DCEVM inside OracleVM. 在OracleVM中使用DCEVM应该没有任何问题。 DCEVM is now maintained by this project . DCEVM现在由该项目维护。 You can find the answer to your question here . 您可以在此处找到问题的答案

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM