Apache commons math
in
Contributed Library Questions
•
5 months ago
I followed the steps described here:
http://wiki.processing.org/w/How_to_Install_a_Contributed_Library
When I go to Sketch -> Import Library the commonsmath library appears under contributed
No library found for org.apache.commons.math.complex
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
Ignoring D:\PROGRAMMING\processing-2.0b8\Processing\libraries\commonsmath22\library\commonsmath22.jar (D:\PROGRAMMING\processing-2.0b8\Processing\libraries\commonsmath22\library\commonsmath22.jar (Access is denied))
or when I use in a sketch: import org.apache.commons.math.complex.*;
No library found for org.apache.commons.math.complex
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder
I am quite sure that I did everything as I should, what could possibly be the catch here? :-((
1