B4J Question Using An External Java Library with B4J

cklester

Well-Known Member
Licensed User
I did a search for "use external java library," but didn't seem to find relevant links. I'm sure there's some documentation out there! Maybe I should search the Booklets. I will! But first:

What would I need to do to utilize the XChange Java Library in my B4J project?
 

josejad

Expert
Licensed User
Longtime User
Hi:

For example, this answer is relevant for you
 
Upvote 0

Jorge M A

Well-Known Member
Licensed User
Longtime User
Although the tutorial is for B4A, it is very similar and applicable to B4J, matching what is related to the Activity with what corresponds to B4J.
Ensuring, of course, that the jar is not exclusive to android.
 
Upvote 0

Jorge M A

Well-Known Member
Licensed User
Longtime User
You can access "use external java library," using JavaObject, you do need to know what it contains such library.
 
Upvote 0
Top