biometrics Active Member Licensed User Longtime User May 17, 2021 #1 Will a .jar library wrapper for B4A work in B4i, B4J and B4R?
DonManfred Expert Licensed User Longtime User May 17, 2021 #2 biometrics said: Will a .jar library wrapper for B4A work in B4i, B4J and B4R? Click to expand... b4i NO (B4i does not uses JAVA) b4r NO (B4R dos not uses JAVA) b4j depends... If the jar does not depend on Android features it can work in B4J. Last edited: May 17, 2021 Upvote 0
biometrics said: Will a .jar library wrapper for B4A work in B4i, B4J and B4R? Click to expand... b4i NO (B4i does not uses JAVA) b4r NO (B4R dos not uses JAVA) b4j depends... If the jar does not depend on Android features it can work in B4J.
biometrics Active Member Licensed User Longtime User May 18, 2021 #3 Ok thanks, it will be for B4A and B4J I believe. So if I don't access any OS specific features, like when wrapping a .jar for an external IO board, then it should work. Upvote 0
Ok thanks, it will be for B4A and B4J I believe. So if I don't access any OS specific features, like when wrapping a .jar for an external IO board, then it should work.