[vtkusers] VTK40 JAVA ERROR
Jose mendoza
jurjur_1999 at yahoo.com
Sat Jan 19 10:53:57 EST 2002
Hello people!!
Does anyone found a solution for this error ??
java.lang.UnsatisfiedLinkError: C:\Program
Files\vtk40\bin\vtkRenderingJava.dll: Can't find
dependent libraries
I'm compiling the cone.java
I think inside vtk.jar there are some files missing:
System.loadLibrary("vtkCommonJava");
System.loadLibrary("vtkFilteringJava");
System.loadLibrary("vtkIOJava");
System.loadLibrary("vtkImagingJava");
System.loadLibrary("vtkGraphicsJava");
System.loadLibrary("vtkRenderingJava");
where (folder) are these classes ??
Everything is set, classpath, libraries etc etc. I
can compile but not execute.
This is the complete error information :
java.lang.UnsatisfiedLinkError: C:\Program
Files\vtk40\bin\vtkRenderingJava.dll: Can't find
dependent libraries at
java.lang.ClassLoader$NativeLibrary.load(Native
Method) at
java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820) at
Cone.<clinit>(Cone.java:22) Exception in thread "main"
Process Exit...
Looking forward to hearing from you!!
Thanks in advance!!
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
More information about the vtkusers
mailing list