Login  Register

How to link an external package to plugin in ImageJ?

Posted by jiajian shen on Jan 28, 2008; 5:01pm
URL: http://imagej.273.s1.nabble.com/How-to-link-an-external-package-to-plugin-in-ImageJ-tp3697384.html

Hi All,

Sorry to bother if you are not interested.  I want to do some matrix
operation by ImageJ plugin.  I import the package Jama.jar since it does a
lot matrix operation.  I downloaded it to ImageJ/jre/lib/Jama.jar, and I use
"import Jama.*" in the plugin head.  But the compiler told me that

"package Jama does not exist
import Jama.*; "

I think it is a link problem.  How to make the program knows where is the
package Jama?

Thanks a lot,
Jiajian