-
Using Maven dependency i get strange error in Intellij IDEA: “library source does not match the bytecode”.
-
Is it an mistake in code samples?
.setChartType(C3ChartType.BAR)
change to:
.setChartType(C3Data.ChartType.BAR)
- Trying to use dependency from [link]
(https://mvnrepository.com/artifact/com.github.mdre/chartlib/0.5.2). Result: IDEA returns that line: “class file has wrong version 55.0, should be 52.0”. Please compile for Java 1.8.