We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey,
with a library source like this (https://github.com/apache/commons-lang - the actual .java files seem to be in /commons-lang/src/main/java/org/apache/commons/lang), how do I get it installed in my processing libraries folder for importing to any number of sketches?
I have tried creating a jar file from the source of that library and put it into a folder (/processing/libraries/lang3/library/lang3.jar) and it showed up in the import menu, but nothing got imported.
How can I import these kind of generic java library sources to processing?
Answers
You can find the pre-built jar here: http://commons.apache.org/proper/commons-lang/download_lang.cgi
You should probably use eclipse if you want to do this sort of thing.
from:
https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library-[DRAFT]