求,日志的错误解决方法
请个位帮我看看,我这里输出是日志,找不到错误,请个位帮帮我,谢谢 
 我在网上看了一下,也重新安装了jdk   ,内存也设置到最大,可还是没有办法, 
 个位帮我看看,谢谢 
 #   An   unexpected   error   has   been   detected   by   Java   Runtime   Environment: 
 # 
 #      EXCEPTION_ACCESS_VIOLATION   (0xc0000005)   at   pc=0x2b30e44d,   pid=1872,   tid=2740 
 # 
 #   Java   VM:   Java   HotSpot(TM)   Client   VM   (11.3-b02   mixed   mode   windows-x86) 
 #   Problematic   frame: 
 #   C      [SysEnv.dll+0xe44d] 
 # 
 #   An   error   report   file   with   more   information   is   saved   as: 
 #   C:\Documents   and   Settings\Administrator\Workspaces\MyEclipse   8.5\ShowFile\hs_err_pid1872.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.
------解决方案--------------------看看这个吧 貌似这个是个BUG
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6343161
------解决方案--------------------换成1.6的JDK试试
Myeclipse 8.5应该不支持JDK1.7的。