[vtkusers] VTK 6.2 Java Standalone Application

Sebastien Jourdain sebastien.jourdain at kitware.com
Sun Feb 7 19:54:52 EST 2016


You may be missing a Visual Studio runtime dll otherwise for the vtk.jar,
you can not embed it inside another jar without unpacking it.
Moreover the VTK dll can not be packed within a jar. They need to be
available in a directory.

Seb

On Sun, Feb 7, 2016 at 7:14 AM, Setegn, Manny <setegn.2 at buckeyemail.osu.edu>
wrote:

> I have a Java VTK project which I have been working on, and I have been
> attempting to get it to run outside of the Eclipse environment.  To my
> understanding, all that needed to be done is include the path with all of
> the dlls to the System Environment Path (Windows 8.1) and the JVM's
> java.library.path would find it.  That seems to be the case in the Eclipse
> environment, but something is missing when I am compiling it from the
> command line.  I am getting a ton of Unsatisfied Linking errors, and would
> like to know what I am doing wrong.
>
>
> When creating the jar, I've packaged all of the jars which I've referenced
> to.  The only thing I think it could be is that it is not finding the vtk
> jar file I packaged into the runnable jar.  I was hoping for more insight,
> so please any help would be great!
>
>
> _______________________________________________
> 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/20160207/99960c5f/attachment.html>


More information about the vtkusers mailing list