I'm trying to install the library for JTransforms. I've downloaded the .jar file from here: https://sites.google.com/site/piotrwendykier/software/jtransforms
The download I have is the binary with dependencies: JTransforms-3.1-with-dependencies.jar
I changed the name to jtransforms.jar and copied the file into the libraries/jtransforms/library folder.
/sketchfolder/libraries/jtransforms/library/jtransforms.jar
However my sketch will not compile. My Processing sketch code:
import jtranforms.*;
void setup()
{
}
void draw()
{
}
/////////////////////////////////////////////////////////////////////////////
Console shows:
No library found for jtranforms Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
What am I doing wrong?