S Semendey Member Apr 22, 2025 #1 Hello everyone. Tell me how to create an xml file for the java 17 library I can create the jar file itself via LibraryCompiler by specifying Java 17 in it, but the xml is not created Maybe there is a way to create only xml via LibraryCompiler?
Hello everyone. Tell me how to create an xml file for the java 17 library I can create the jar file itself via LibraryCompiler by specifying Java 17 in it, but the xml is not created Maybe there is a way to create only xml via LibraryCompiler?
Erel B4X founder Staff member Licensed User Longtime User Apr 22, 2025 #2 You need to set the path to Java 8 with SLC. A field was added in the latest version of SLC. If the library depends on an API that is only available in Java 17 then it will not work with Android.
You need to set the path to Java 8 with SLC. A field was added in the latest version of SLC. If the library depends on an API that is only available in Java 17 then it will not work with Android.