I have a Java project that runs without any problems on Eclipse, but it gives an error when compiling with SLC
B4X:
Starting step: Compiling Java code.
javac 1.8.0_381
C:\Users\Admin\eclipse-workspace\test1\src\mypackage\firstlib.java:6: error: cannot access SimpleTransferApiImpl
import ir.gov.tax.tpis.sdk.transfer.api.SimpleTransferApiImpl;
^
bad class file: C:\Users\Admin\eclipse-workspace\test1\libs\content-0.0.34-jar-with-dependencies.jar(ir/gov/tax/tpis/sdk/transfer/api/SimpleTransferApiImpl.class)
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
Error.
Attachments
Last edited: