IBM provides an open source jar for connecting an Android device to their iSeries database. I would like to utilize this to pull data from this database and push data back when updated. I will stored the data locally in SQLite while offline. I don't find the source available and the functionality is quite extensive. What would be the best method to use, within B4A, to take advantage of this library? Issues on my end are that I am unfamiliar with java and new to B4A.