Bonjour ,
Voila ,après avoir configurer environnement de développement de VTK j'ai inclut la bibliothèque VTK.jar en Netbeans ,après l'exécution du code il me donne cette erreur
N.B:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 java.lang.UnsatisfiedLinkError: C:\VTK\Bin\bin\Release\vtkRenderingJava.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1028) at tt.Main.<clinit>(Main.java:24) Could not find the main class: tt.Main. Program will exit. Exception in thread "main" Java Result: 1
la bibliothèque se trouve effectivement dans le répertoire C:\VTK\Bin\bin\Release\
j'ai fait la même configuration en eclipse et j'ai exécuté le même code est ca marché impeccable.
soit sous 32bits ou 64bits c'est le même résultat.
merci pour vos réponses.
Partager