Java连接SQL数据库,控制台爆出以下错误,不知道该怎么办,希望能得到各位的帮助

#

A fatal error has been detected by the Java Runtime Environment:

#

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000005710d133, pid=11224, tid=3944

#

JRE version: Java(TM) SE Runtime Environment (8.0_66-b18) (build 1.8.0_66-b18)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.66-b18 mixed mode windows-amd64 compressed oops)

Problematic frame:

V [jvm.dll+0x13d133]

#

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

An error report file with more information is saved as:

D:\eclipse\workplace\Dream\hs_err_pid11224.log

#

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

#

EXCEPTION_ACCESS_VIOLATION
拒绝访问

http://blog.csdn.net/Neetgo/article/details/54926515

如果是eclipse下启动服务,则在myeclipse-preference-java-installed jres 里面设置, 在 defalt vm arguments 填入下边的代码就可以了!
-XX:CompileCommand=exclude,org/hibernate/cfg/annotations/SimpleValueBinder,setType
图片说明