Thanks for the pointer to the article. I tried the workaround described there, but that did not solve the problem.<br><br>I set the DYLD_LIBRARY_PATH as described in these instructions:<br><br><a href="http://public.kitware.com/pipermail/vtkusers/2006-July/085918.html">
http://public.kitware.com/pipermail/vtkusers/2006-July/085918.html</a><br><br>Although those were written for OS 10.4 and I'm using 10.3.9 - not sure if that makes a difference.<br><br>I ran the program using the java -verbose mode and found that it gets stuck after
<br>[Loaded vtk.vtkConeSource]<br><br>I don't know if it's actually getting through loading vtk.vtkConeSource and getting stuck at the next step. But other things (eg. vtk.vtkActor, vtk.vtkPolyDataAlgorithm) seem to load ok (or at least it gets past that point in the code). Any ideas what is different between vtkConeSource and vtkPolyDataAlgorithm? I don't know vtk well enough to see a difference.
<br><br>Jennifer<br><br><div><span class="gmail_quote">On 8/1/07, <b class="gmail_sendername">Sean McBride</b> <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>>Yes, I am using VTK 5.0.3. The vtk.jar is in the classpath and I set the<br>>DYLD_LIBRARY_PATH variable:<br>><br>>export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/Users/jennifer/Development/<br>>VTKBuild/bin/
<br>><br>>I'm not 100% sure about setting this variable (if I've done it right), but I<br><br>Well, this:<br><<a href="http://docs.info.apple.com/article.html?artnum=305509">http://docs.info.apple.com/article.html?artnum=305509
</a>><br>suggests that one should basically never use DYLD_LIBRARY_PATH. Why do<br>you use it?<br><br>>gathered that's what I should do from the docs that I've read.<br><br>Which docs?<br><br>Anyway, I have no idea if this actually relates to your problem... :(
<br><br>--<br>____________________________________________________________<br>Sean McBride, B. Eng <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>Rogue Research
<a href="http://www.rogue-research.com">www.rogue-research.com</a><br>Mac Software Developer Montréal, Québec, Canada<br><br><br></blockquote></div><br>