K2P3Toolkit
K2P3Toolkit copied to clipboard
"Package Jama does not exist" error
I am getting this error using Processing 3.2.3 and running the CALIBRATION sketch on OS X 10.11.6:
The package "Jama" does not exist. You might be missing a library.
Do I need to somehow / somewhere install the Java Matrix Package? http://math.nist.gov/javanumerics/jama/
I have the same problem in processing 2.2 :/
i try to drag and drop to the bottom of processing window from jaf file !
@mjvo @juanalverto @tpointt you can download jama jar file(like Jama-1.0.3.jar), rename it to Jama.jar and put it into your libraries folder. In Windows, it's Document->Processing->libraries->Jama->library->Jama.jar. Ref: https://github.com/processing/processing/wiki/How-to-Install-a-Contributed-Library
Ran into the same problem :( I downloaded the JAMA library from their website: http://math.nist.gov/javanumerics/jama/ and manually imported it using @halimacc 's method. Alternatively, you could just copy the .jar file directly into the KinectProjectorToolkit library folder.