level 1
夏日_寒冰
楼主
在Eclipse里面编译时报错:
Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\VTK\test\vtkRe
nderingJava.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:1030)
at vtk.vtkPanel.<clinit>(vtkPanel.java:31)
at VTKSample.main(VTKSample.java:15)
2009年09月01日 03点09分
1
Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\VTK\test\vtkRe
nderingJava.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:1030)
at vtk.vtkPanel.<clinit>(vtkPanel.java:31)
at VTKSample.main(VTKSample.java:15)