java - STS 3.7.0 在启动时崩溃,Windows 7,64 位

标签 java eclipse spring windows-7-x64 spring-tool-suite

我最近从它的官方网页(https://spring.io/tools/sts/all)下载了 spring 工具套件(3.7.0)的 zip 文件。解压缩并双击 sts.exe 文件后,它会询问命名空间。加载 sts 后,仪表板出现,但几秒钟后应用程序崩溃。我收到以下错误弹出窗口..

error popup

还会生成一个日志文件,其前几行是..

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ILLEGAL_INSTRUCTION (0xc000001d) at pc=0x000007fee5f4ca90, pid=5020, tid=3860
#
# JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [msvcr120.dll+0x8ca90]
#
# 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.
#

我似乎无法理解我哪里出错了。我在我的机器上安装了 32 位和 64 位 JDK 以防万一,但仍然没有。是因为 Windows 没有在我的笔记本电脑上正确安装吗?请帮助..

编辑 1:

为了回应@Pendlimarri 在下面的评论,我的控制面板中安装的不同形式的 Java 是 control panel ..

最佳答案

我也遇到了同样的问题。我通过从控制面板卸载 1.8.0_60 更新来修复。
这可能是 1.8.0_60 中的一个错误

关于java - STS 3.7.0 在启动时崩溃,Windows 7,64 位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32567143/

相关文章:

java - 每次 servlet 容器启动时我都需要运行的代码块

java - 有没有办法去掉重音符号并将整个字符串转换为常规字母?

C++ stoi 无法解析使用 eclipse 编译

android - 错误 : No resource identifier found for attribute 'roundLayout' in package "package name"

java - Tomcat JRE UnsatisfiedLinkError

java - 如何在 Spring 中注销特定用户?以编程方式

java - 无法在 xd-singlenode 上使用 spring-data-jpa 部署 spring-xd 处理器模块

java - 当我尝试将 google 地点库添加到我的项目时出现问题

java - RestAssured 外部文件日志记录

java - 如何在Spring Web服务中为不同的客户端实现数字签名验证?