I try to run one of my Java class on IntelliJ IDEA.
However as I started to run it, the error occurred, as shown below.
I have viewed some similar problem posted (with different Problematic frame
though),
tried to uninstall my JDK and IntelliJ, and then updated then to the latest version.
But the problem still exists.
Is there any suggestion on how to solve this problem?
I will appreciate your help.
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffaa42002ae, pid=15048, tid=13280
#
# JRE version: Java(TM) SE Runtime Environment (15.0.2+7) (build 15.0.2+7-27)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (15.0.2+7-27, mixed mode, sharing, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# C [awt.dll+0x902ae]
...
User contributions licensed under CC BY-SA 3.0