NoClassDefFoundError sun/io/ByteToCharConverter with InterBase JDBC driver

后端 未结 7 1612
天命终不由人
天命终不由人 2020-12-02 00:22

With InterClient 7.5.1 and 8.1.5, the creation of a new JDBC connection in Java 8 fails with

java.lang.NoClassDefFoundError: sun/io/ByteToCharConverter
         


        
7条回答
  •  不知归路
    2020-12-02 00:54

    use

    
            
                com.ibm.db2.jcc
                db2jcc
                db2jcc4
            
    

    replace

    
                com.ibm.db2.jcc
                db2jcc
                10.1
            
    

    can Solve the problem

提交回复
热议问题