Como eu faco pra adicionar uma biblioteca em java, tentei aquela VTK, adicionei o vtk.jar, mas obtive a seguinte mensagem de erro:
run:
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Guilherme\Downloads\vtk\cmake\bin\Release\vtkRenderingJava.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at vtk.vtkPanel.<clinit>(vtkPanel.java:31)
at VTKSample.main(VTKSample.java:17)
Java Result: 1
CONSTRUÍDO COM SUCESSO (tempo total: 0 segundos)
tentei fazer este exemplo:
http://dev.artenum.com/projects/cassandra/forum/how-to-use-eclipse-and-vtk
Sou iniciante em Java, não estou conseguindo resolver este problema.
Estou usando o NetBeans 6.5.
Desde já,
muito obrigado a todos