[vtkusers] VTK as a Scala Build Tool Dependency

Robert Häckl robert_haeckl at fear-gfx.de
Sat Mar 22 15:56:56 EDT 2014


Okay, I got it now. Installing into the maven repository was no problem. 
My could also resolve the dependency. I just had have to add a resolver 
for the maven repository path on my machine into my build.sbt file.
But after running I got a huge stacktrace with errors and I don't know 
how to solve this.

Stacktrace:
 > run
[info] Running ScalaCone
java.lang.UnsatisfiedLinkError: no vtkImagingColorJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingMorphologicalJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingSourcesJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingFourierJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingGeneralJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingStencilJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingMathJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingStatisticsJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkImagingHybridJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkChartsCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingOpenGLJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingLabelJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingVolumeOpenGLJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingLODJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingAnnotationJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingImageJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingVolumeJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingVolumeAMRJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingLICJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingContext2DJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingGL2PSJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingFreeTypeJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkRenderingFreeTypeOpenGLJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkParallelCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkDomainsChemistryJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkViewsCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkViewsContext2DJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkViewsInfovisJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkViewsGeovisJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonComputationalGeometryJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonColorJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonDataModelJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonMiscJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonTransformsJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonExecutionModelJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonSystemJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkCommonMathJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkInteractionImageJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkInteractionWidgetsJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkInteractionStyleJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkInfovisCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkInfovisLayoutJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOMINCJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOVideoJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIONetCDFJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOImageJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOPLYJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOParallelJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOLSDynaJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOGeometryJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOExportJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOAMRJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOSQLJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOXMLParserJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOImportJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOInfovisJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOLegacyJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOXMLJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOEnSightJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOExodusJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkIOMovieJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersSourcesJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersImagingJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersTextureJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersParallelJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersGeneralJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersVerdictJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersSelectionJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersProgrammableJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersSMPJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersGeometryJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersFlowPathsJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersAMRJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersModelingJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersParallelImagingJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersGenericJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersStatisticsJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersHybridJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersExtractionJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkFiltersHyperTreeJava in 
java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
java.lang.UnsatisfiedLinkError: no vtkGeovisCoreJava in java.library.path
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
     at java.lang.Runtime.loadLibrary0(Runtime.java:849)
     at java.lang.System.loadLibrary(System.java:1088)
     at vtk.vtkNativeLibrary.LoadLibrary(vtkNativeLibrary.java:214)
     at 
vtk.vtkNativeLibrary.LoadAllNativeLibraries(vtkNativeLibrary.java:149)
     at vtk.vtkPanel.<clinit>(vtkPanel.java:38)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
     at sbt.Run.invokeMain(Run.scala:72)
     at sbt.Run.run0(Run.scala:65)
     at sbt.Run.sbt$Run$$execute$1(Run.scala:54)
     at sbt.Run$$anonfun$run$1.apply$mcV$sp(Run.scala:58)
     at sbt.TrapExit$.sbt$TrapExit$$executeMain$1(TrapExit.scala:33)
     at sbt.TrapExit$$anon$1.run(TrapExit.scala:42)
[error] (run-main) java.lang.UnsatisfiedLinkError: 
vtk.vtkRenderWindow.VTKInit()J
java.lang.UnsatisfiedLinkError: vtk.vtkRenderWindow.VTKInit()J
     at vtk.vtkRenderWindow.VTKInit(Native Method)
     at vtk.vtkObjectBase.<init>(vtkObjectBase.java:43)
     at vtk.vtkObject.<init>(vtkObject.java:94)
     at vtk.vtkWindow.<init>(vtkWindow.java:178)
     at vtk.vtkRenderWindow.<init>(vtkRenderWindow.java:602)
     at vtk.vtkPanel.<init>(vtkPanel.java:25)
     at ScalaCone$.<init>(ScalaCone.scala:13)
     at ScalaCone$.<clinit>(ScalaCone.scala)
     at ScalaCone.main(ScalaCone.scala)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:606)
[trace] Stack trace suppressed: run 'last compile:run' for the full output.
java.lang.RuntimeException: Nonzero exit code: 1
     at scala.sys.package$.error(package.scala:27)
[trace] Stack trace suppressed: run 'last compile:run' for the full output.
[error] (compile:run) Nonzero exit code: 1
[error] Total time: 2 s, completed 22.03.2014 20:50:29


Am 21.03.2014 16:57, schrieb Sebastien Jourdain:
> You don't need to run cmake since everything is already build and 
> package.
>
> On the other hand, maven should be run to install on your local repo 
> that vtk package that you've just downloaded.
>
> But if you do not master Maven, I won't be able to help you out on that.
>
> Good luck,
>
> Seb
>
>
>
>
> On Fri, Mar 21, 2014 at 9:41 AM, Robert Häckl 
> <robert_haeckl at fear-gfx.de <mailto:robert_haeckl at fear-gfx.de>> wrote:
>
>     Hm,
>     I don't get it. I downloaded the Ubuntu-SuperBuild-Java
>     <http://open.cdash.org/buildSummary.php?buildid=3262325> one. Do I
>     have to run the cmake stuff? Haha, sorry for being noobish :D But
>     I already have problems to run cmake. Possibly, I need some advise
>     what I have to write into my console. This is weird stuff :(.
>     Thanks so far!
>
>     Am 21.03.2014 15 <tel:21.03.2014%2015>:02, schrieb Sebastien Jourdain:
>>     Hi Robert,
>>
>>     As today being the first day that is available, there is a path
>>     via Maven. Although, none of the generated binaries have been
>>     tested and a full integration with maven still requires more
>>     work, but still there is a way now. ;-)
>>
>>     The current status, is that we generate java binaries for
>>     different platforms in a maven friendly way, but no repository or
>>     so are available yet. In theory, we should gather all those
>>     binaries and install them once, but for now they are only
>>     available independently from each other.
>>
>>     To download them, go to =>
>>     http://open.cdash.org/index.php?project=VTK
>>
>>     And at the bottom of the page, you should see yellow boxes that
>>     will allow you to download the files that have been generated by
>>     that platform.
>>
>>     Then, the pom.xml that goes with it expect somehow the other
>>     platforms files to be there too. So before calling Maven, for
>>     your usage, you will need to patch that file yourself.
>>
>>     And once again, this is bleeding edge, so those are not tested.
>>     Although, if you could get back to us to let us know how it
>>     worked and if anything could be improved within that very first
>>     step, that will be great.
>>
>>     Thanks,
>>
>>     Seb
>>
>>
>>     On Fri, Mar 21, 2014 at 6:22 AM, Robert Häckl
>>     <robert_haeckl at fear-gfx.de <mailto:robert_haeckl at fear-gfx.de>> wrote:
>>
>>         Hi there,
>>
>>         I just want to know, if there is any way to use VTK as a
>>         dependency in a Scala Build Tool project. Possibly also as a
>>         maven dependency.
>>         Installig vtk via synaptic on ubuntu is no problem so far.
>>         But when I use the "run"-command in my sbt project, there is
>>         an UnsatisfiedLinkError. When I just run the class with the
>>         vtk stuff without sbt everything is running, but this is not
>>         my desired way because I have a lot of other stuff, which I
>>         like to run with sbt.
>>         Furthermore I do not think, that I have to set some PATH
>>         variables, because adding a dependency in a sbt or maven
>>         project imply that I do not have to configure something on my
>>         OS or so, except the Java stuff. You know what I mean? I just
>>         want to start smooth and clean my stuff within my sbt project
>>         in my intellij IDE.
>>
>>         Any suggestions?
>>
>>         Kind regards
>>         Robert
>>         _______________________________________________
>>         Powered by www.kitware.com <http://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
>>
>>         Follow this link to subscribe/unsubscribe:
>>         http://www.vtk.org/mailman/listinfo/vtkusers
>>
>>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140322/7f73eb0f/attachment-0001.html>


More information about the vtkusers mailing list