K2P3Toolkit icon indicating copy to clipboard operation
K2P3Toolkit copied to clipboard

"Package Jama does not exist" error

Open mjvo opened this issue 8 years ago • 4 comments

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/

mjvo avatar Dec 07 '16 22:12 mjvo

I have the same problem in processing 2.2 :/

juanalverto avatar Jan 13 '17 02:01 juanalverto

i try to drag and drop to the bottom of processing window from jaf file !

ghost avatar Apr 28 '17 15:04 ghost

@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

halimacc avatar Oct 24 '17 09:10 halimacc

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.

wiseshrimp avatar Nov 07 '17 23:11 wiseshrimp