Android Question wrap a simple jar file

stevel05

Expert
Licensed User
Longtime User
For someone to be able to help you, you're going to have to supply some more information. Do you have any documentation for it?
 
Upvote 0

Bobi

Member
Licensed User
Longtime User
No... I just have this jar file which contains functions (I know this but I really don't know exactly what function - must be something like "print heder details, etc"). As you probably understand already, this jar is used for android app to print document to a cash register. I have some sample from dealer... hope matters.
 

Attachments

  • Sample.zip
    3.4 KB · Views: 221
Upvote 0

stevel05

Expert
Licensed User
Longtime User
That may be enough info, if someone's done something similar with Bluetooth they may be able to help.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
You need one with Java-knowledge who build a wrapper for this jar-file.
Documentation of this api should be useful too

this wrapper then can include this jar and is the part between B4A and the jar.
 
Upvote 0

androh

Member
Licensed User
Longtime User
- If you need to include any additional files, such as .so files, in the jar then you can create a folder named 'additional'. Any file or folder inside this folder will be added to the jar file.
Check jar file in additional folder.
 
Upvote 0
Top