B4J Question How to use external .class in B4J

jeffwu-00

Member
Licensed User
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.
 

jeffwu-00

Member
Licensed User
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

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: 140
Upvote 0
Top