I need to use a library inside of the class.
Could you tell me how can I do that?
thank you
Ed
Printable View
I need to use a library inside of the class.
Could you tell me how can I do that?
thank you
Ed
Check JNI (Java Native Interface). You have to program in c, and also nobody guarantees that is portable to an other operative system.
Please consider this link too
JNI - Java Native Interface
Maybe it's here in this project, check it.
The JACOB Project