This library will load jar files at run time without having to use #AdditionalJar
Firstly, thanks to @keirS for his work here;
https://www.b4x.com/android/forum/t...amically-at-run-time-using-inline-java.80596/
Secondly, all I've done is turn his code into a library. It saves having to use inline Java and Java Object.
The library is very easy to use, example below.
Firstly, thanks to @keirS for his work here;
https://www.b4x.com/android/forum/t...amically-at-run-time-using-inline-java.80596/
Secondly, all I've done is turn his code into a library. It saves having to use inline Java and Java Object.
The library is very easy to use, example below.
B4X:
Dim j As jarLoader
j.loadJAR("C:\Apps\B4J\Libraries\test.jar")