B4J Question Where to put *.xml, *.jar files?

rfresh

Well-Known Member
Licensed User
Longtime User
When someone creates a lib using *.xml and *.jar files, where do I put these files, so lines like this

B4X:
    Private guessEncoding As IcuB4J

don't give me this message: Unknown type: icub4j<br />Are you missing a library reference?

Thank you...
 

klaus

Expert
Licensed User
Longtime User
You should copy these files in your AdditionalLibraries\B4J folder.
You should have this AdditionalLibraries folder structure:

1608387925219.png


You may have a look at chapter Libraries in the B4X Basic language Booklet.
 
Upvote 0
Top