sqlj

Is there any Java 8 supported release of SqlJ?

坚强是说给别人听的谎言 提交于 2019-12-23 12:13:50
问题 Actually I am getting an error: Exception in thread "main" java.lang.NoClassDefFoundError:sun/io/CharToByteConverter This is because in Java 8, the CharToByteConverter class has been removed as it was deprecated. Now I want to know of any alternative which would replace this package/class and provide its functionality without throwing the exception mentioned above. This class is used in the SQLJ's Translator.jar and inside it it is in sqlj.util.io.OracleOutputStream.class Edit: If I replace