Java Question create library

agraham

Expert
Licensed User
Longtime User
Start here http://www.b4x.com/forum/libraries-developers-questions/6810-creating-libraries-basic4android.html

If you are not already familiar with Java and Eclipse you have a lot of learning to do. That OneilSDK.jar in the SDk is very strange. It appears to have a full version of Android classes and other stuff that I would not expect in an Android library. It may be that whoever exported that jar from Eclipse didn't realise that he was exporting all the libraries and documentation as well as the classes needed for the printer. As far as I can see that jar ought to be about 100KB and not 5.4MB! I would start by stripping out everything from that jar except the "oneil" package.
 

Richard Goh

Active Member
Licensed User
Longtime User
good morning,

I need help :sign0085: to make the SDK jar file can be used in basic4android, because I just get only SDK jar files without any source code and xml file to print to the printer oneil mf4te. what should i do step by step ...???
http://www.datamax-oneil.com/do/com/en-us/file.cfm/sdk_java_v2_1_0.zip?contentID=5990
please help...

thank you

Hi uSrex,
are you able to wrap the SDK and make the b4a library for oneil mf4te printer? I'm currently looking for the librabry as well. Appreciate if can share it if so.
 

bl4ck4nt

Member
Licensed User
Longtime User
@vpires
Can sent a copy of the library to me too...???
I really need this library...thanx...

@Richard Goh
i am not wrap library but i only use a sample/demo from oneil mf4te and changing using eclipse (apk) and in B4A I use intent to load the apk eclipse function at earlier.
what you've got a library oneil mf4te in B4A...???
thanx...
 
Top