NoClassDefFoundError sun/io/ByteToCharConverter with InterBase JDBC driver

后端 未结 7 1577
天命终不由人
天命终不由人 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 01:04

    sun.io.ByteToCharConvertor was deprecated in java 7. and it seems they remove it in java 8.

    0 讨论(0)
提交回复
热议问题