解决方案 »

  1.   


    数据库连接中详细报错信息是:
    Exception in thread "AWT-EventQueue-2" java.lang.ExceptionInInitializerError
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1305)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827)
    at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at com.osisg.sql.MSSQLAdapter.GetConnect(MSSQLAdapter.java:71)补充一句,
    靠,csdn的用户体验太TM差了!发完了帖子竟然不能修改。
      

  2.   

    是啊,但是,正常的jsp页面是可以引用到的。
    不知道在jframe中为啥会有问题。