开发过程中出现这个问题怎么解决 An unexpected error has been detected by Java Runtime Environment

# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x62f0cbad, pid=124, tid=2284
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b15 mixed mode windows-x86)
# Problematic frame:
# C [ocijdbc10.dll+0xcbad]
#
# An error report file with more information is saved as:
# C:\Tomcat7\hs_err_pid124.log
#
# 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.

你如果是eclipse里遇到这个问题,估计是你在调整代码中点中红线,自动修改,讲JDK版本从原来版本修改到别的版本后造成JVM的无法运行编译,方法是eclipse打开,下拉菜单栏中window选择preference,选择java,选择Compiler,JDK compliance中选回你原来的设置即可。
希望对你有帮助
温馨提示:答案为网友推荐,仅供参考
第1个回答  2014-01-15
Problematic frame:C.....
你这样的代码最容易排查了
类似于NullPointerException一样
而且已经告诉你错误日志的位置了
C:\Tomcat7\hs_err_pid124.log
你自己可以看一下
找找引起退出的程序片段就知道了
多半是因为死循环或者dll文件引用错误导致的
第2个回答  2012-08-10
来参观学习的…
第3个回答  2012-06-01
环境变量没有配置好?
第4个回答  2012-05-31
你的代码呢?

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网