[vtkusers] add more libs to vtkNativeLibrary?

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Mar 24 15:16:11 EDT 2015


You can, but you need to make sure they are all in your path.

Seb

On Tue, Mar 24, 2015 at 6:35 AM, -Daniel- <ich_daniel at habmalnefrage.de>
wrote:

> Hello,
>
> I have an issue with using of different libs:
> To load all the necessary libs, I used on the one hand a
> "vtkNativeLibrary.LoadAllNativeLibraries ()" and on the other hand
> "Runtime.getRuntime ().load(absolutePathOfMySeparateDLL)". This separate
> lib
> is required for a function (F).
> So that everything is working fine in my development environment.
> If I create an executable from my code, so everything is well loaded. But
> when testing the function F so crashes my program. I get a
> java.lang.UnsatisfiedLinkError, it seems as if the separate library not
> loaded.
>
> What happened here?
> Can I add more DLLs to the list of vtkNativeLibrary?
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/add-more-libs-to-vtkNativeLibrary-tp5731135.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150324/eb67cc81/attachment.html>


More information about the vtkusers mailing list