salut mes amis
j'espère que tout va bien chez vous
bon j'ai un problème avec la bibliothèque JMatlink et j'espère que vous m'aide à trouver la solution . j'ai installé la biblio suivant les étapes indiqués dans ce lien :
http://translate.google.fr/translate...%3Dfr%26sa%3DX
j'ai fais un exemple de programme pour testervoici le code)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28 class Exemple1 { public static void main(String[] arg) { JMatLink jmatlink = new JMatLink(); jmatlink.engOpen(); jmatlink.engEvalString('plot(sin(1:0.01:30))'); //jmatlink.engClose(); } }
mai quond je compile ça marche pa il me donne tjr l'erreur suivant
Exception in thread 'Thread-1' java.lang.UnsatisfiedLinkError: Reconstruction3D.JMatLink.engOpenNATIVE(Ljava/lang/StringI
at Reconstruction3D.JMatLink.engOpenNATIVE(Native Method)
at Reconstruction3D.JMatLink.run(JMatLink.java:862)
at java.lang.Thread.run(Unknown Source)
vous pouvez trouver un capture d'ecran sur l'img attaché à ce mssg
svp si vous avez une solution à ce problème veuillez me répondre j'attends votre reponse
Partager