In Eclipse, I'm using the already packed ij.jar
instead of the source code. I added the ij.jar
file as an external jar in Eclipse. Every plugin shipped in the original ij.jar
works fine after I imported from ij
.
Currently, I'm trying to use functions in the third-party plugin StackReg. Does anyone know how I can import the classes inside StackReg
? I've tried to add StackReg_.jar
as an external jar. However, this does not work.