我去官网下载了最新的jd-gui运行报错,jdk环境确认无误下,我看到运行jd-gui的时候输出了报错日志,便打开查看.部分如下:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000066fa6adf, pid=13444, tid=2068
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40-b25) (build 1.8.0_40-b25)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [msvcr100.dll+0x36adf]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
拿去知名翻译平台进行translate一下,发现
![](https://img.haomeiwen.com/i12571996/2ede3a180f64ea48.png)
果断复制粘贴放到知名搜索平台一搜,果不其然,有大佬已经遇到过了,解决思路很简单,只要把自己之前手痒痒开的 God Folder(上帝模式目录)删除.即可完美运行.
不过有idea的不需要像我这么麻烦,idea自动反编译jar.
解决方案引用:
https://blog.csdn.net/juxua_xatu/article/details/109233661
网友评论