|
hi again imagej users,
sorry to add to my original post. i've been trying harder to get VTK to run,
but to no avail. would someone be able to explain the necessary steps to get
VTK working in imagej? this might be the easiest way to implement the 3D
dilation that i'm trying to do.
here is what i've done so far:
1) i'm running windows xp pro, with imagej 1.42o and java 1.6.0_02
2) i downloaded ij-plugins_toolkit binary and put that in my imagej plugins
folder
3) i downloaded VTK-5.0.3 binary and put that in my imagej plugins folder
4) i downloaded ij-VTK binary and put that in my imagej plugins folder
5) so, all in all, i have ij-plugins_toolkit.jar, ij-VTK_.jar, and the
VTK-5.0.3 folder - all in the plugins folder. inside the VTK-5.0.3 folder,
there are a lot of .dll's and there is also vtk.jar.
6) i added the VTK-5.0.3 path to my path variable.
when i run imagej, i can see the appropriate plugins in the menu drop-down,
but when i run VTK->VTK Version... i get the following error
VTK native library load failed.
----------------------
Caused by: java.lang.UnsatisfiedLinkError:
C:\...\ImageJ\plugins\VTK-5.0.3\vtkRenderingJava.dll: Can't find dependent
libraries
----------------------
net.sf.ij_plugins.vtk.utils.VTKLoader.loadAll(VTKLoader.java:112)
...
obviously, any of the other plugin functions generate similar errors -
plugin or class not found, etc.
many thanks,
jonathan
|