B4A Tutorial Accessing third party Jar with #Additionaljar and JavaObject - Picasso - Erel    May 12, 2014   (26 reactions)   tags: Lib, use jar in b4a, JAR The #AdditionalJar module attribute (introduced in B4A v3.80) allows us to reference external jars.
With the help of JavaObject it is now possible to integrate third party jars without a wrapper... B4A Question Using #Additionaljar Vs using JavaObject with javacode - Theera    Feb 8, 2025 Are there the examples about using #AdditionalJar Vs using JavaObject with javacode in... JavaObject?' https://www.b4x.com/android/forum/threads/solved-how-to-code-in-javacode-for-using... B4A Question Getting cirlce imageview working with #Additionaljar and JavaObject - Picasso - scsjc    Sep 4, 2016 I want use https://www.b4x.com/android/forum/threads/accesing-third-party-jar-with-additionaljar-and-javaobject-picasso.40904/ picasoJar i'm try the Callback_Event to do a convert imageview a roundimage with this methode : RoundBitmapWithBorder - inline java code but don't work it's possible use PiscassoJar and obtain circle imageview ???? thanks... B4A Question #Additionaljar and JavaObject how to do? - Roberto P.    Jan 9, 2015 instructions
'Inclusion library
#AdditionalJar: StarIOPort3.1
Dim jo As JavaObject
jo... sPort As String = jo.RunMethod ("getPortName", null)
java.lang.IllegalArgumentException... B4A Question Exception using JavaObject and AdditionalJar SDK - Glpm_2017 (first post)    Mar 13, 2018 Changed the manifest file as you requested, but still not getting the init event to work.
The log no... B4J Question JavaObject and AdditionalJar - JeromeLamy (first post)    Oct 9, 2016 Thanks for the help, it works as a charm !
Summary :
I copied the jna-4.0.0.jar included into that external library package in the additional library folder, next to purejavahidapi.jar
and added the two lines
#AdditionalJar: purejavahidapi
#AdditionalJar: jna-4.0.0
and I can now access hid... B4A Question Problem with #AdditionalJar:, JavaObject and context - Erel (first post)    Jan 5, 2015 Seems like there is a class missing. Maybe you need to add another jar file.... B4A Class ExternalStorage - Access SD cards and USB sticks - Erel    Nov 11, 2020   (62 reactions)   tags: File, Access SD and USB, externsl sd, storage on: ContentResolver and JavaObject libraries. Add: #AdditionalJar: com.android.support:support-core-utils Updates... B4A Code Snippet Using StartActivityForResult with JavaObject - Erel    Jun 18, 2020   (11 reactions)   tags: call external for result SubName: StartActivityForResult Description: This code demonstrates how JavaObject can be used to... Sub StartActivityForResult(i As Intent) Dim jo As JavaObject = GetBA ion = jo.CreateEvent... As JavaObject Dim cls As String = Me cls = cls.SubString("class ".Length) jo... jo As JavaObject = i Dim uri As String = jo.RunMethod("getParcelableExtra"... Return Null End Sub Dependencies: JavaObject v1.20+ Tags: StartActivityForResult, OnActivityResult... B4J Question [SOLVED] How to run a .jar without a wrapper? - JackKirk    Oct 13, 2019 This thread: https://www.b4x.com/android/forum/threads/accesing-third-party-jar-with-additionaljar-and-javaobject-picasso.40904/ Seems to explain how you can run a .jar without it being wrapped (i.e. in a library) - for B4A only. Does anyone know of any example on the forums of how to do it for B4J? I've searched everywhere without success. Thanks in anticipation...... Page: 1   2   3   4   5   6   7   |