环境是:struts1.3 hibernate3  mssqljdbc的驱动包
项目加载时有时会报如下异常:
ava.sql.SQLException: An SQLException was provoked by the following failure: java.lang.SecurityException: class "com.microsoft.sqlserver.jdbc.SQLServerStatement"'s signer information does not match signer information of other classes in the same package
哪位兄弟遇到过类似问题?

解决方案 »

  1.   

    这个问题是你的Jar包有问题,
    你下载一个新的mssqljdbc驱动包
    包,放在你的WebRoot文件夹里的lib文件下,就没有问题了.
      

  2.   

    information does not match signer information of other classes in the same package
      

  3.   

    是不是数据库没有开启吖?   net start mysql 试试~~