J jeffwu-00 Member Licensed User Aug 2, 2021 #1 I have an API file A.class, A.class will call B.dll. How do I use A.class and the a1 function in B4J? thanks.
I have an API file A.class, A.class will call B.dll. How do I use A.class and the a1 function in B4J? thanks.
Erel B4X founder Staff member Licensed User Longtime User Aug 2, 2021 #2 What is the package name of this class? You need to put it in a jar with the correct folders and reference it with #AdditionalJar Upvote 0
What is the package name of this class? You need to put it in a jar with the correct folders and reference it with #AdditionalJar
J jeffwu-00 Member Licensed User Aug 3, 2021 #3 Erel said: What is the package name of this class? You need to put it in a jar with the correct folders and reference it with #AdditionalJar Click to expand... According to your suggestion, I have completed how to package the external class into a jar file and use it in B4J. I have written my practice and steps in the attached PDF, maybe someone else can also refer to it. Thank you very much for your help. Attachments How to use external class in B4J.pdf 356.4 KB · Views: 141 Upvote 0
Erel said: What is the package name of this class? You need to put it in a jar with the correct folders and reference it with #AdditionalJar Click to expand... According to your suggestion, I have completed how to package the external class into a jar file and use it in B4J. I have written my practice and steps in the attached PDF, maybe someone else can also refer to it. Thank you very much for your help.