简体   繁体   English

Java错误by intellij-idea

[英]Java Error by intellij-idea

I have this error by intellij 我有Intellij的这个错误

A fatal error has been detected by the Java Runtime Environment: Java运行时环境检测到致命错误:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000c46be13, pid=864, tid=3364
JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
Java VM: Java HotSpot(TM) 64-Bit Server VM 
         (24.79-b02 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [ig7icd64.dll+0x8be13]

what should I do ? 我该怎么办 ?

Might be an issue with Windows user account control ( UAC ). Windows用户帐户控制( UAC )可能是一个问题。 A colleague had a similar issue and resolved it by disabling the UAC. 一位同事遇到了类似的问题,并通过禁用UAC解决了该问题。 If this should fix your error, make sure you get yourself informed about the consequences of disabling it. 如果这样可以解决您的错误,请确保您已了解禁用它的后果。

See this link for a howto that covers Vista, 7, 8 and 10. 有关涵盖Vista,7、8和10的方法指南,请参见此链接。

http://www.howtogeek.com/howto/windows-vista/disable-user-account-control-uac-the-easy-way-on-windows-vista/ http://www.howtogeek.com/howto/windows-vista/disable-user-account-control-uac-the-easy-way-on-windows-vista/

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

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