首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2SE开发 >

求大神解答,怎么解决以上有关问题

2012-11-10 
求大神解答,如何解决以下问题## A fatal error has been detected by the Java Runtime Environment:##EXC

求大神解答,如何解决以下问题
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x773c4485, pid=6240, tid=7848
#
# JRE version: 6.0_32-b05
# Java VM: Java HotSpot(TM) Client VM (20.7-b02 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x34485]
#
# An error report file with more information is saved as:
# E:\jre\Jcob\hs_err_pid6240.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的时候编写android的时候也遇到过这个问题, 是运行方式的问题。把android当成java程序运行当然会出错,把运行方式改成android application就型了。这是我遇到的问题以及解决方法,不知道是否可以帮到你

热点排行