[vtkusers] DLL entry point not found, with java example

arnaud garcia arnaud_garcia_fr at yahoo.fr
Thu Sep 12 06:49:11 EDT 2002


hello, I try to run the Cone.java example in the tutorial folder, and I still have a problem when i launch my java program. I rebuild the VTK DLL with java option with visual C++ 6.0 and it was ok, i also use the vtk.jar, but when i try to run the application, i have a window error boxwhich tell.The procedure entry point ?Print at vtkObject@@QAEXAAV?$char_traits at D@std@@@std@@Z not found in the DLL librairie vtkcommon.dllthe original message was in french:"Le point d'entrée de procédure ?Print at vtkObject@@QAEXAAV?$char_traits at D@std@@@std@@Z est introuvable dans la bibliothèque de liaisons dynamique ctkcommon.dll"  and when I click ok i have the following error message in the dos console. D:\soft\VTK\Examples\Tutorial\Step1\Java>java -Djava.library.path=D:\soft\VTK\bin\Debug -classpath .;D:\soft\VTK\lib\vtk.jar Cone
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\soft\VTK\bin\Debug\vtkCommonJava.dll: La procÚdure spÚcifiÚe est introuvable
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1404)
        at java.lang.Runtime.loadLibrary0(Runtime.java:772)
        at java.lang.System.loadLibrary(System.java:832)
        at Cone.<clinit>(Cone.java:17)
thanks for your help, arnaud 


---------------------------------
Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20020912/70b79ba3/attachment.htm>


More information about the vtkusers mailing list