[vtkusers] Problems Installing Required VTK Components

Sebastien Jourdain sebastien.jourdain at kitware.com
Thu Sep 20 16:12:10 EDT 2018


Those file will be embedded into other module level dll. So you won't find
a vtkTransform.dll.

Usually the error you are seeing is related to the fact that the vtk dlls
files are not available in the system path of Windows.

HTH,

Seb

On Thu, Sep 20, 2018 at 4:08 PM <Anthony.Iyoho at l3t.com> wrote:

> Hello,
>
>
>
> I'm trying to install the latest version of VTK (8.1.1) using Cmake 3.12.2
> on Windows 10 (64 bit). The reason, a specific Java GUI that I'm trying to
> run requires VTK.
>
>
>
> I'm running into issues because the GUI requires 'vtkTransform',
> 'vtkJavaMemoryManagerImpl', 'vtkLinearTransorm','vtkAbstractTransform' and
> a few others, which I probably don't need to all name. However, when I run
> CMAKE to configure/generate, no dll is created for these particular
> required files.
>
>
>
> I get the following errors in the command window:
>
>
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> vtk.vtkTransform.GetClassName_0()Ljava/lang/String;
>
>         at vtk.vtkTransform.GetClassName_0(Native Method)
>
>         at vtk.vtkTransform.GetClassName(vtkTransform.java:12)
>
>         at
> vtk.vtkJavaMemoryManagerImpl.registerJavaObject(vtkJavaMemoryManagerImpl.java:85)
>
>         at vtk.vtkObjectBase.<init>(vtkObjectBase.java:44)
>
>         at vtk.vtkObject.<init>(vtkObject.java:94)
>
>         at vtk.vtkAbstractTransform.<init>(vtkAbstractTransform.java:134)
>
>         at
> vtk.vtkHomogeneousTransform.<init>(vtkHomogeneousTransform.java:50)
>
>         at vtk.vtkLinearTransform.<init>(vtkLinearTransform.java:110)
>
>         at vtk.vtkTransform.<init>(vtkTransform.java:198)
>
>
>
> My question, is there some setting within CMAKE or in the VTK files to get
> these other files created?
>
>
>
> Thanks so much!
>
>
>
>
> ------------------------------------------- CONFIDENTIALITY NOTICE: This
> email and any attachments are for the sole use of the intended recipient
> and may contain material that is proprietary, confidential, privileged or
> otherwise legally protected or restricted under applicable government laws.
> Any review, disclosure, distributing or other use without expressed
> permission of the sender is strictly prohibited. If you are not the
> intended recipient, please contact the sender and delete all copies without
> reading, printing, or saving..
> _______________________________________________
> 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:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20180920/f8818ef4/attachment.html>


More information about the vtkusers mailing list