bjr,
je travail avec java sur une application, Mon objectif cette fois ci est de recuperer mon disk ID , l'ID de mon PC mais comme j'ai un PC nouveau j'arrive pas à le recuperer.
le compilateur affiche une erreur
d'apres vous quel est le probleme!!!!!!!!!!!!!!!!!!!!!!
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8 Exception in thread "main" java.lang.UnsatisfiedLinkError: no DiskInfos in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at main.MAIN_FRAME.<clinit>(MAIN_FRAME.java:310) at main.FTP.<init>(FTP.java:19) at main.FTP.main(FTP.java:63) Process exited with exit code 1.
le code de recuperation est à 100% correct
Partager