[vtk-developers] Exception in thread "main" java.lang.UnsatisfiedLinkError: no vtkCommonJava in java.library.path

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Feb 19 09:46:52 EST 2014


Hi Robert,

Did you set the following environment variable to contain the path to the
directory that contains all the VTK libraries?

- Win (*.dll): PATH
- Linux (*.so): LD_LIBRARY_PATH
- Mac (*.dylib): DYLD_LIBRARY_PATH

Seb


On Wed, Feb 19, 2014 at 4:17 AM, Robert Häckl <robert_haeckl at fear-gfx.de>wrote:

>  I'm a computer science student and at the moment I do the implementation
> of my master thesis. The topic is about to simulate particles and
> optimizing agents. But with using vtk, i ran in some troubles. I always get
> this error:
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no
> vtkCommonJava in java.library.path
>
> I already asked lots of google sites and no solution worked for me. I
> tried it a working project with vtk on another machine where it worked just
> fine. So you are my last hope.
> I'm using Ubuntu 13.10 and on the other machine Windows 7. On both I got
> the same error. Furthermore I use the Intellij IDEA and open-jdk 7 for
> linux.
>
> Yours sincerely
>
> Robert
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20140219/cfd1b771/attachment-0002.html>


More information about the vtk-developers mailing list