简体   繁体   English

Java VM - JDK 8 的 DCEVM 更新

[英]Java VM - DCEVM updates for JDK 8

I am using Oracle HotSpot JVM 1.8 u121.我正在使用 Oracle HotSpot JVM 1.8 u121。

Although it says that the the light distro is available here虽然它说光发行版在这里可用

http://dcevm.github.io/ http://dcevm.github.io/

It doesn't look like it works with JDK 1.8.它看起来不适用于 JDK 1.8。 I tried to install it and it gives me the following error:我尝试安装它,它给了我以下错误:

Error: missing `decvm' JVM at `C:\jdk1.8.0\jre\bin\decvm\jvm.dll'.
Please install or use the JRE or JDK that contains these missing components.

My JDK is fully functional, so nothing is wrong here.我的 JDK 功能齐全,所以这里没有任何问题。 Does anyone know if DCEVM is supposed to work with JDK 8 at all?有谁知道 DCEVM 是否应该与 JDK 8 一起使用?

Regards,问候,

I got it working working with Oracle's JDK 1.8, and had a similar issue.我让它与 Oracle 的 JDK 1.8 一起工作,并且遇到了类似的问题。 For me, I needed to re-run the DCEVM installer jar ensure that 'Replaced by DCDEVM?'对我来说,我需要重新运行 DCEVM 安装程序 jar 以确保“被 DCDEVM 替换?” and also 'Installed altjvm?'以及“已安装 altjvm?” are both Yes.是的。 After that it worked.在那之后它起作用了。

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

相关问题 可以将DCEVM与Oracle Java 7 HotSpot VM一起安装吗? - Can I install DCEVM with Oracle Java 7 HotSpot VM? DCEVM Java补丁无法正常工作 - DCEVM java patch is not working 不同的JDK更新是否会生成不同的Java字节代码? - Do different JDK Updates produce different Java byte code? dcevm Java中的热交换与JRebel / LiveRebel稳定性 - dcevm true Hot Swap in Java vs JRebel/LiveRebel stability 如何使用dcevm + hotswapagent在IDE外部的Tomcat上热交换Java类 - How to hotswap Java classes on a Tomcat outside the IDE with dcevm+hotswapagent 无法在Linux VM中找到JDK - Unable to locate JDK in Linux VM 如何恢复Oracle JDK更新? - How to resume Oracle JDK updates? jdk-14.0.1 VM java.lang.NullPointerException 初始化期间发生错误 - jdk-14.0.1 Error occurred during initialization of VM java.lang.NullPointerException /usr/libexec/java_home -v<version> 找到正确的 JDK 版本,但仅在第一次更新</version> - /usr/libexec/java_home -v <version> finds the right JDK version but updates it only the first time VM 初始化期间发生错误。 损坏的 ZIP 库:/Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home/bin/keytool - Error occurred during initialization of VM. Corrupted ZIP library: /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home/bin/keytool
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM