在运行JAVA开发的独立应用程序后,我得到以下错误。请帮忙
# A fatal error has been detected by the Java Runtime Environment:
# EXCEPTION_PRIV_INSTRUCTION (0xc0000096) at pc=0x04730008, pid=1872, tid=2248
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) Client VM (20.5-b03 mixed mode, sharing windows-x86 )
# Problematic frame:
# C 0x04730008
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
在运行JAVA开发的独立应用程序后,我收到此错误。
请帮忙
答案 0 :(得分:0)
通常,当线程管理不善时会出现这种类型的错误。所以,你可以管理你的线程,或者你可以分享你的代码然后我可以做任何事情。感谢。
答案 1 :(得分:0)
Exception Access Violation Java?
根据这个帖子,你的应用程序很可能试图访问或释放它不属于的内存。