Re: dilation in 3D (ij-VTK)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: dilation in 3D (ij-VTK)

Jarek Sacha-2
Just a quick guess. You may may need to add JAVA_HOME\bin to the path.
JAVA_HOME is the path where Java is installed.

The error indicates that vtkRenderingJava.dll was found, but one of its
dependent libraries was not. You would need to use something like
DependencyWalker (http://www.dependencywalker.com/) to get definite
answer what are the missing dependencies for vtkRenderingJava.dll.
Commonly this missing dependency is jawt.dll, located in JAVA_HOME\bin.

Jarek

Eric Kischell wrote:

> Jonathan,
> See if any of the following attached notes helps you.
> If not, I can try to reinstall on a virgin box.
> Regards,
> e.-
> ******************************************
> keesh
> Software Development Engineer
> (Alchemist of the Millennium)
>  
> Contact:
> [hidden email] <mailto:[hidden email]>
> ******************************************
> Work Life Plan:
> To improve the quality of life for all mankind through better pattern
> recognition techniques.
> Home Life Plan:
> Married, but happy. Three bright beacons light my way.
>  
>  
>
> ----- Original Message -----
> From: "Kischell, Eric R." <[hidden email]>
> To: "Eric Kischell" <[hidden email]>
> Sent: Friday, April 17, 2009 5:08 PM
> Subject: FW: dilation in 3D
>
>
>
>
> -----Original Message-----
> From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of
> Jonathan Leong
> Sent: Thursday, April 16, 2009 10:33 PM
> To: [hidden email]
> Subject: Re: dilation in 3D
>
> 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
>