Using java libraries?
in
Library and Tool Development
•
2 years ago
Hey everyone,
I was wondering if it is possible to use any custom java library with processing, or they need to be modified somehow to work with processing?
Also, how to import them?
Actually, I downloaded this library, (I want to remove ID3 tags from mp3 files), copied it into the libraries folder, tried to import it like this: import org.farng.mp3.*; but I got a "missing library" error. What to do, what do I do wrong?
Thanks in advance,
Ben
I was wondering if it is possible to use any custom java library with processing, or they need to be modified somehow to work with processing?
Also, how to import them?
Actually, I downloaded this library, (I want to remove ID3 tags from mp3 files), copied it into the libraries folder, tried to import it like this: import org.farng.mp3.*; but I got a "missing library" error. What to do, what do I do wrong?
Thanks in advance,
Ben
1