When I am using jTransform.
https://sites.google.com/site/piotrwendykier/software/jtransforms
with my app to perform FFT to my pcm data, I got the exception
java.lang.NoClassDefFoundError: edu.emory.mathcs.jtransforms.fft.DoubleFFt_1D
while I added the jtransform.jar
in my app.And also update the build path.