[vtkusers] VTK on Java with Netbeans

Liam Kurmos quantum.leaf at googlemail.com
Wed Feb 4 05:20:06 EST 2009


>
> I do not know how to tell Netbeans where to load VTK dynamic libraries
> at run-time;
> on Linux, I set LD_LIBRARY_PATH before launching Netbeans.
>

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.

$cat /etc/ld.so.conf.d/zoizoi.conf

output:
/usr/local/lib/vtk-5.2


Create this file, calling it XXXXX.conf, assuming vtk is installed in
/usr/local/lib/vtk-5.2.


Liam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090204/e6577aa3/attachment.htm>


More information about the vtkusers mailing list