Android Question Include existing jar in my project

jroriz

Active Member
Licensed User
Longtime User
Hi.

I need to use the attached jar in my project.
I tried to includ it in the additionaljar, and with the #additionaljar, and tried to build an xml. No success.
I have attached the documentation too.

Can anyone help?
 

Attachments

  • zqlabelsdk.jar
    20.3 KB · Views: 80
  • ZONERICH_LABEL_PRINTER_Android_SDK_Help.pdf
    265.2 KB · Views: 147

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
See if you can help.
ME? No. It is your issue not mine.
Learn java or hire someone who do the job for you.
You can not just add a jar and expect it will just work. You need to write a wrapper for all included methods. It is a difficult job if you do not know java.
 
Last edited:
Upvote 0

jroriz

Active Member
Licensed User
Longtime User
ME? No. It is your issue not mine.
Learn java or hire someone who do the job for you.
You can not just add a jar and expect it will just work. You need to write a wrapper for all included methods. It is a difficult job if you do not know java.
Sorry to bother you.
I will open a topic here in the forum to try to hire someone.
Thank you for your help.
 
Upvote 0

afields

Member
Licensed User
printing and printing.
hello. first of all you should see if your printer work in windows.
because if it does then you "only need" to use the correct language to comunicate with.
There are here lots of exemples.
only if you cannot work in Windows you will need to call java inside your program!
see: https://www.b4x.com/android/forum/t...printer-with-matching-codepage.76831/#content
https://www.b4x.com/android/forum/threads/b4j-print-javafx8.49836/#content
https://www.b4x.com/android/forum/threads/android-printing-framework.38796/#content
hope it help you
 
Upvote 0

jroriz

Active Member
Licensed User
Longtime User
printing and printing.
hello. first of all you should see if your printer work in windows.
because if it does then you "only need" to use the correct language to comunicate with.
There are here lots of exemples.
only if you cannot work in Windows you will need to call java inside your program!
see: https://www.b4x.com/android/forum/t...printer-with-matching-codepage.76831/#content
https://www.b4x.com/android/forum/threads/b4j-print-javafx8.49836/#content
https://www.b4x.com/android/forum/threads/android-printing-framework.38796/#content
hope it help you
Thanks for the help, my friend.
I will actually use it from the smartphone (B4A).
 
Upvote 0
Top