<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I do not know how to tell Netbeans where to load VTK dynamic libraries<br>
at run-time;<br>
on Linux, I set LD_LIBRARY_PATH before launching Netbeans.<br>
<font color="#888888"></font></blockquote><div><br>to get around setting LD_LIBRARY_PATH i added a file in the following location and then ran ldconfig. This specifies an additional location for the linker to look for installed libraries. <br>
<br>$cat /etc/ld.so.conf.d/zoizoi.conf<br><br>output:<br>/usr/local/lib/vtk-5.2<br><br><br>Create this file, calling it XXXXX.conf, assuming vtk is installed in /usr/local/lib/vtk-5.2.<br><br><br>Liam<br><br><br><br>&nbsp;<br>
</div></div><br>