一开始安装了JDK15,打开ESPlorer点Open直接闪退。
后来网上查资料,说是把JDK回滚到8版本就可以了。
所以去官网上下了JDK-8u281,结果还是闪退。
然后到ESPlorer目录下发现有报错日志,内容如下:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007110b5db, pid=14288, tid=0x0000000000003578
#
# JRE version: Java(TM) SE Runtime Environment (8.0_281-b09) (build 1.8.0_281-b09)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.281-b09 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [jSSC-2.8_x86_64.dll+0xb5db]
#
# 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.
#
百度发现还是JDK版本问题,8u261以上会发生JVM崩溃情况。
所以要把8u281再次回滚成更老版本。
在自己移动硬盘里发现个8u111,安装后点击Open不再闪退。
P.S.点Open后ESPlorer一直在Communication with MCU…的状态的话,重新插拔一下就好了。